This commit is contained in:
Timothy Jaeryang Baek 2025-07-14 19:12:17 +04:00
parent 6a4542a321
commit 51691adcbc

View file

@ -2004,6 +2004,8 @@
await chats.set(await getChatList(localStorage.token, $currentChatPage)); await chats.set(await getChatList(localStorage.token, $currentChatPage));
currentChatPage.set(1); currentChatPage.set(1);
selectedFolder.set(null);
} else { } else {
_chatId = 'local'; _chatId = 'local';
await chatId.set('local'); await chatId.set('local');