mirror of
				https://github.com/Yidadaa/ChatGPT-Next-Web.git
				synced 2025-10-31 05:39:20 +08:00 
			
		
		
		
	fix: botMessage reply date
This commit is contained in:
		| @@ -428,6 +428,7 @@ export const useChatStore = createPersistStore( | |||||||
|             botMessage.streaming = false; |             botMessage.streaming = false; | ||||||
|             if (message) { |             if (message) { | ||||||
|               botMessage.content = message; |               botMessage.content = message; | ||||||
|  |               botMessage.date = new Date().toLocaleString(); | ||||||
|               get().onNewMessage(botMessage, session); |               get().onNewMessage(botMessage, session); | ||||||
|             } |             } | ||||||
|             ChatControllerPool.remove(session.id, botMessage.id); |             ChatControllerPool.remove(session.id, botMessage.id); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user