Timothy J. Baek 7 kuukautta sitten
vanhempi
commit
93cb2be35d
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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;
 		}
 	};