Wolox / react-chat-widget

Awesome chat widget for your React App
MIT License
1.47k stars 457 forks source link

Restore timestamps from older chats. #285

Closed jkoornneef closed 2 years ago

jkoornneef commented 2 years ago

Can addResponseMessage and addUserMessage be extended to pass in an optional timestamp Date. I would like to continue a previous chat. I can load the history from the database and use those two methods, but all messages will have the current time stamp due to: timestamp: new Date(),

bnjr commented 2 years ago

There is a PR for this https://github.com/Wolox/react-chat-widget/pull/275 @mcallegari10 request you to merge as it is a requirement from lot of us

jkoornneef commented 2 years ago

@bnjr Thanks, I missed that branch. I agree, a merge would be helpful for many.