fix: folder chat rename

This commit is contained in:
asncx 2025-04-09 20:56:49 +02:00
parent 63533c9e3a
commit 87af2692e5

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');
}
};