fix: archived chats

This commit is contained in:
Timothy J. Baek
2024-10-14 15:29:43 -07:00
parent 466eea1a4c
commit 0b2c7046cd
2 changed files with 4 additions and 1 deletions

View File

@@ -311,6 +311,7 @@
<ArchivedChatsModal
bind:show={$showArchivedChats}
on:change={async () => {
await pinnedChats.set(await getPinnedChatList(localStorage.token));
await chats.set(await getChatList(localStorage.token));
}}
/>