mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-17 12:25:53 +08: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,
|
||||
parentId: parentId,
|
||||
childrenIds: [],
|
||||
files: undefined,
|
||||
content: content,
|
||||
timestamp: Math.floor(Date.now() / 1000) // Unix epoch
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user