Skip to content

Commit 157a0c4

Browse files
committed
perf: remove getChatList from saveChatHandler
1 parent 03db3e0 commit 157a0c4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/lib/components/chat/Chat.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2584,8 +2584,6 @@
25842584
params: params,
25852585
files: chatFiles
25862586
});
2587-
currentChatPage.set(1);
2588-
await chats.set(await getChatList(localStorage.token, $currentChatPage));
25892587
}
25902588
}
25912589
};

0 commit comments

Comments
 (0)