cmgmyr / laravel-messenger

Simple user messaging package for Laravel
MIT License
2.46k stars 517 forks source link

Fix scope unreadForUser #357

Closed RomainMazB closed 3 years ago

RomainMazB commented 3 years ago

This fix #356

cmgmyr commented 3 years ago

hey @RomainMazB, thanks so much for the PR! I was trying to replicate the issue locally but I couldn't. There also hasn't been any other issues reported so I'm going to close this PR and issue for the moment. If this comes up again we can get a fix integrated.

If you still need this fix you are able to create a new message model, extend the package's model, then reference your model in the config file.

Thanks again for the PR and for using the package!