Commit f6dcffab authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: pinned chat delete issue

parent 3efb8ab6
...@@ -186,6 +186,7 @@ ...@@ -186,6 +186,7 @@
goto('/'); goto('/');
} }
await chats.set(await getChatList(localStorage.token)); await chats.set(await getChatList(localStorage.token));
await pinnedChats.set(await getChatListByTagName(localStorage.token, 'pinned'));
} }
}; };
</script> </script>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment