Timothy J. Baek 7 месяцев назад
Родитель
Сommit
93cb2be35d
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/lib/components/chat/Chat.svelte

+ 2 - 0
src/lib/components/chat/Chat.svelte

@@ -210,6 +210,8 @@
 			} else {
 				console.log('Unknown message type', data);
 			}
+
+			history.messages[event.message_id] = message;
 		}
 	};