refactor(chat): rely on server message limits
This commit is contained in:
@@ -43,5 +43,4 @@ export type ChatEvent =
|
||||
done: boolean;
|
||||
}
|
||||
| { type: "ChatWebSocketError"; errorMessage: string }
|
||||
| { type: "ChatWebSocketConnected"; userId: string }
|
||||
| { type: "ChatQuotaExceeded" };
|
||||
| { type: "ChatWebSocketConnected"; userId: string };
|
||||
|
||||
Reference in New Issue
Block a user