Skip to content

Commit 666666a

Browse files
Algorithm5838github-actions[bot]
authored andcommitted
perf: remove redundant getChatList call from sendMessage
1 parent 3107e1c commit 666666a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/lib/components/chat/Chat.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1998,9 +1998,6 @@
19981998
}
19991999
})
20002000
);
2001-
2002-
currentChatPage.set(1);
2003-
chats.set(await getChatList(localStorage.token, $currentChatPage));
20042001
};
20052002
20062003
const getFeatures = () => {

0 commit comments

Comments
 (0)