nahid / talk

Talk is a real-time users messaging and chatting system for Laravel.
MIT License
1.61k stars 327 forks source link

Unread and Read message count and messages #44

Open sanndhya opened 7 years ago

sanndhya commented 7 years ago

There is no function for read or unread message count. I can make my custom functions, but it increases the number of queries, which is not feasible for my system. And also show messages that are unread. Please help.