Open
Description
1>In Messages add a message stating at what time the message was sent as marked in below screenshot.
2>Also group the messages on basis of day like yesterday, 2 days ago , 4 days ago for this you can make use of this package https://www.npmjs.com/package/react-time-ago
In the messages model we have createdAt field stating at what time the message was created. You can make use of it and implement the above features
Happy Coding 💯