mirror of
https://github.com/open-webui/open-webui
synced 2025-01-01 08:42:14 +00:00
fix: clear files when saving response message as new
This commit is contained in:
parent
faa054d4b4
commit
10747a6b04
@ -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 New Issue
Block a user