Timothy J. Baek 7 miesięcy temu
rodzic
commit
5867ebb1ee
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/lib/components/layout/Sidebar.svelte

+ 0 - 1
src/lib/components/layout/Sidebar.svelte

@@ -111,7 +111,6 @@
 
 
 		if (search === '') {
 		if (search === '') {
 			await initChatList();
 			await initChatList();
-			allChatsLoaded = false;
 			return;
 			return;
 		} else {
 		} else {
 			searchDebounceTimeout = setTimeout(async () => {
 			searchDebounceTimeout = setTimeout(async () => {