Releases: baklysystems/laravel-chat-messenger
Releases · baklysystems/laravel-chat-messenger
1.7
1.6
1.5
Overridable routes
route files are now published and you can make changes to messenger.php to suite your needs
Reduces memory usage & CPU processing
- Using eloquent take/limit instead on the Collection object (Reduces memory & CPU processing)
- Returns an empty collection when no conversation has been found
- Getting latest messages using timestamp created_at approach, reverse on collection to return messages properly to the view
seen and Unseen Messages
Merge pull request #5 from mohamed-abdul-fattah/master Seen and unseen messages