This commit is contained in:
Timothy J. Baek
2024-10-10 23:43:08 -07:00
parent acb5dcf30a
commit 9658c2559a
4 changed files with 37 additions and 12 deletions

View File

@@ -259,6 +259,9 @@
on:change={async () => {
await pinnedChats.set(await getPinnedChatList(localStorage.token));
}}
on:tag={(e) => {
dispatch('tag', e.detail);
}}
>
<button
aria-label="Chat Menu"