Timothy Jaeryang Baek hai 2 meses
pai
achega
51691adcbc
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/lib/components/chat/Chat.svelte

+ 2 - 0
src/lib/components/chat/Chat.svelte

@@ -2004,6 +2004,8 @@
 
 			await chats.set(await getChatList(localStorage.token, $currentChatPage));
 			currentChatPage.set(1);
+
+			selectedFolder.set(null);
 		} else {
 			_chatId = 'local';
 			await chatId.set('local');