Timothy J. Baek 7 months ago
parent
commit
5867ebb1ee
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/components/layout/Sidebar.svelte

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

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