mirror of
				https://github.com/open-webui/open-webui
				synced 2025-06-26 18:26:48 +00:00 
			
		
		
		
	fix: timestamp missing in edited user message
This commit is contained in:
		
							parent
							
								
									e628bfe6ff
								
							
						
					
					
						commit
						1236157800
					
				| @ -228,7 +228,8 @@ | ||||
| 					role: 'user', | ||||
| 					content: userPrompt, | ||||
| 					...(history.messages[messageId].files && { files: history.messages[messageId].files }), | ||||
| 					models: selectedModels | ||||
| 					models: selectedModels, | ||||
| 					timestamp: Math.floor(Date.now() / 1000) // Unix epoch | ||||
| 				}; | ||||
| 
 | ||||
| 				let messageParentId = history.messages[messageId].parentId; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user