1
0
Timothy Jaeryang Baek 3 сар өмнө
parent
commit
751e32e427

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

@@ -1988,6 +1988,7 @@
 				history: history,
 				messages: createMessagesList(history, history.currentId),
 				tags: [],
+				...($selectedFolder ? { folder_id: $selectedFolder?.id } : {}),
 				timestamp: Date.now()
 			});