fix: Chat rename not updating inside folders
@@ -83,6 +83,8 @@
currentChatPage.set(1);
await chats.set(await getChatList(localStorage.token, $currentChatPage));
await pinnedChats.set(await getPinnedChatList(localStorage.token));
+
+ dispatch('change');
}
};