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:
parent
7533a7d509
commit
7ab321d40d
Binary file not shown.
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue