Skip to content

Commit 7e93755

Browse files
committed
perf: remove redundant getChatList call from sendMessage
1 parent aa8a306 commit 7e93755

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
@@ -1989,9 +1989,6 @@
19891989
}
19901990
})
19911991
);
1992-
1993-
currentChatPage.set(1);
1994-
chats.set(await getChatList(localStorage.token, $currentChatPage));
19951992
};
19961993
19971994
const getFeatures = () => {

0 commit comments

Comments
 (0)