musonza / chat

A Laravel chat package. You can use this package to create a chat/messaging Laravel application.
MIT License
1.12k stars 308 forks source link

Fix Call to a member function only() on null error #288

Closed pajkho closed 3 years ago

pajkho commented 3 years ago

If a participant is deleted and you try to get the messages in a conversation you will get an error when trying to get the sender attribute. This fixes it.

Fixes issue #287

musonza commented 3 years ago

New release https://github.com/musonza/chat/releases/tag/v4.6.1. Thanks