Skip to content

Commit 9b4ed33

Browse files
committed
perf: remove getChatList from saveChatHandler
1 parent 0d466fb commit 9b4ed33

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
@@ -2599,8 +2599,6 @@
25992599
params: params,
26002600
files: chatFiles
26012601
});
2602-
currentChatPage.set(1);
2603-
await chats.set(await getChatList(localStorage.token, $currentChatPage));
26042602
}
26052603
}
26062604
};

0 commit comments

Comments
 (0)