mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21:35:19 +00:00
fix: clear files when saving response message as new
This commit is contained in:
parent
faa054d4b4
commit
10747a6b04
1 changed files with 1 additions and 0 deletions
|
|
@ -248,6 +248,7 @@
|
||||||
id: responseMessageId,
|
id: responseMessageId,
|
||||||
parentId: parentId,
|
parentId: parentId,
|
||||||
childrenIds: [],
|
childrenIds: [],
|
||||||
|
files: undefined,
|
||||||
content: content,
|
content: content,
|
||||||
timestamp: Math.floor(Date.now() / 1000) // Unix epoch
|
timestamp: Math.floor(Date.now() / 1000) // Unix epoch
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue