mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 23:05:20 +00:00
refac
This commit is contained in:
parent
ada78cb952
commit
751e32e427
1 changed files with 1 additions and 0 deletions
|
|
@ -1988,6 +1988,7 @@
|
||||||
history: history,
|
history: history,
|
||||||
messages: createMessagesList(history, history.currentId),
|
messages: createMessagesList(history, history.currentId),
|
||||||
tags: [],
|
tags: [],
|
||||||
|
...($selectedFolder ? { folder_id: $selectedFolder?.id } : {}),
|
||||||
timestamp: Date.now()
|
timestamp: Date.now()
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue