diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 25928ddd7..9b490eca8 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -210,6 +210,8 @@ } else { console.log('Unknown message type', data); } + + history.messages[event.message_id] = message; } };