Merge pull request #12689 from asncx/fix-folder-chat-rename

fix: Chat rename not updating inside folders
This commit is contained in:
Tim Jaeryang Baek 2025-04-10 08:51:22 -07:00 committed by GitHub
commit e065073bea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,6 +83,8 @@
currentChatPage.set(1);
await chats.set(await getChatList(localStorage.token, $currentChatPage));
await pinnedChats.set(await getPinnedChatList(localStorage.token));
dispatch('change');
}
};