perf: remove getChatList from saveChatHandler (#22983)

This commit is contained in:
Algorithm5838
2026-03-25 04:35:55 -05:00
committed by GitHub
parent 4d50001c41
commit 98c7ed965b
-2
View File
@@ -2603,8 +2603,6 @@
params: params,
files: chatFiles
});
currentChatPage.set(1);
await chats.set(await getChatList(localStorage.token, $currentChatPage));
}
}
};