nahid / talk

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

order conversations by latest message instead of latest conversation change? #38

Closed haheute closed 7 years ago

haheute commented 7 years ago

Would it be possible to order the conversations of a user by its latest created message?

When a message of a conversation is deleted, its conversation's updated_at seems to change and the conversation moves to top of the list, although it has no new message....

I think it would be nice if only the conversation with the latest/newest message would be on top of the list. No changes in the conversation list if a message is deleted.

nahid commented 7 years ago

Thank you for your kind information. I'll fixed it in next version