mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-07 19:55:46 -05:00
Rewrite the chat client onto the SSE + HTTP system
This commit is contained in:
@@ -242,10 +242,10 @@ export function buildCases(fx: Fixtures): {
|
||||
ChatRepository.findMessageById(messageId),
|
||||
);
|
||||
add(
|
||||
"ChatRepository.findUnreadCountsByRoomIds",
|
||||
"ChatRepository.findMessageStatsByRoomIds",
|
||||
both(fx.heavyUser, fx.heavyChatRoomId),
|
||||
([user, roomId]) =>
|
||||
ChatRepository.findUnreadCountsByRoomIds(user.id, [roomId]),
|
||||
ChatRepository.findMessageStatsByRoomIds(user.id, [roomId]),
|
||||
);
|
||||
|
||||
// ChatRoomResolver
|
||||
|
||||
Reference in New Issue
Block a user