fix: pinned chat delete issue

This commit is contained in:
Timothy J. Baek 2024-07-03 21:18:40 -07:00
parent 3efb8ab6ba
commit f6dcffab13

View File

@ -186,6 +186,7 @@
goto('/');
}
await chats.set(await getChatList(localStorage.token));
await pinnedChats.set(await getChatListByTagName(localStorage.token, 'pinned'));
}
};
</script>