webui: Fix duplicated messages on q param (#20715)
* fix: Remove duplicate message sending on `?q` param * chore: update webui build output
This commit is contained in:
committed by
GitHub
parent
7533a7d509
commit
7ab321d40d
@@ -57,7 +57,6 @@
|
||||
// Handle ?q= parameter - create new conversation and send message
|
||||
if (qParam !== null) {
|
||||
await conversationsStore.createConversation();
|
||||
await chatStore.sendMessage(qParam);
|
||||
clearUrlParams();
|
||||
} else if (modelParam || newChatParam === 'true') {
|
||||
clearUrlParams();
|
||||
|
||||
Reference in New Issue
Block a user