Skip to content

Commit 440b640

Browse files
perf: remove redundant getChatList call from sendMessage (open-webui#22982)
1 parent 0aebdd5 commit 440b640

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
@@ -1999,9 +1999,6 @@
19991999
}
20002000
})
20012001
);
2002-
2003-
currentChatPage.set(1);
2004-
chats.set(await getChatList(localStorage.token, $currentChatPage));
20052002
};
20062003
20072004
const getFeatures = () => {

0 commit comments

Comments
 (0)