fix(chat): track replies by queued batch
This commit is contained in:
@@ -27,6 +27,7 @@ export type ChatEvent =
|
||||
| { type: "ChatSendImage"; imageBase64: string }
|
||||
| { type: "ChatUnlockPrivateMessage"; messageId: string }
|
||||
| { type: "ChatLoadMoreHistory" }
|
||||
| { type: "ChatQueuedSendStarted" }
|
||||
| {
|
||||
type: "ChatQueuedHttpDone";
|
||||
output: import("./chat-machine.helpers").HttpSendOutput;
|
||||
|
||||
Reference in New Issue
Block a user