From 751e32e42721567f7f6b5d768f8e92237d8ebfd1 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 13 Jul 2025 03:26:52 +0400 Subject: [PATCH] refac --- src/lib/components/chat/Chat.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 722a554e72..c51a1dd8cd 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/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() });