From 98c7ed965b59ad00f591ed0f2f7a7c8357f148df Mon Sep 17 00:00:00 2001 From: Algorithm5838 <108630393+Algorithm5838@users.noreply.github.com> Date: Wed, 25 Mar 2026 12:35:55 +0300 Subject: [PATCH] perf: remove getChatList from saveChatHandler (#22983) --- src/lib/components/chat/Chat.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 8e5c81f58..ab84909a6 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -2603,8 +2603,6 @@ params: params, files: chatFiles }); - currentChatPage.set(1); - await chats.set(await getChatList(localStorage.token, $currentChatPage)); } } };