mirror of
				https://github.com/open-webui/open-webui
				synced 2025-06-26 18:26:48 +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,
 | 
			
		||||
					parentId: parentId,
 | 
			
		||||
					childrenIds: [],
 | 
			
		||||
					files: undefined,
 | 
			
		||||
					content: content,
 | 
			
		||||
					timestamp: Math.floor(Date.now() / 1000) // Unix epoch
 | 
			
		||||
				};
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user