nahid / talk

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

Model User is softdelete #77

Open dg482 opened 7 years ago

dg482 commented 7 years ago

Hi, sorry in my english. Model Users make in softdeletes, the error appears when the chat user is deleted, is solved by calling the method withTrashed() in relations to users.

cristianuibar commented 6 years ago

PR this fix pls.