This commit is contained in:
Timothy Jaeryang Baek
2026-07-09 18:28:38 -05:00
parent 5fe525b8e0
commit 6e030e892b

View File

@@ -612,10 +612,14 @@
if (event.chat_id === $chatId) {
await tick();
const type = event?.data?.type ?? null;
if (type === 'chat:reload') {
await loadChat();
return;
}
let message = history.messages[event.message_id];
if (message) {
const type = event?.data?.type ?? null;
const data = event?.data?.data ?? null;
if (type === 'status') {