This commit is contained in:
Timothy Jaeryang Baek 2025-07-02 14:30:05 +04:00
parent a3c9b46e9a
commit 139e4f93cb

View file

@ -69,6 +69,7 @@
} else {
// Legacy format
await importChat(localStorage.token, chat, {}, false, null);
}
}
currentChatPage.set(1);
@ -108,6 +109,7 @@
const handleArchivedChatsChange = async () => {
currentChatPage.set(1);
await chats.set(await getChatList(localStorage.token, $currentChatPage));
scrollPaginationEnabled.set(true);
};
</script>