Skip to content

Commit 2987770

Browse files
committed
perf: remove redundant getChatList call from sendMessage
1 parent c623d10 commit 2987770

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
@@ -2004,9 +2004,6 @@
20042004
}
20052005
})
20062006
);
2007-
2008-
currentChatPage.set(1);
2009-
chats.set(await getChatList(localStorage.token, $currentChatPage));
20102007
};
20112008
20122009
const getFeatures = () => {

0 commit comments

Comments
 (0)