1
0
Timothy Jaeryang Baek 7 сар өмнө
parent
commit
952822ad5d

+ 1 - 1
src/lib/components/chat/Chat.svelte

@@ -890,7 +890,7 @@
 			return null;
 		});
 
-		if (res !== null) {
+		if (res !== null && res.messages) {
 			// Update chat history with the new messages
 			for (const message of res.messages) {
 				history.messages[message.id] = {