nahid / talk

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

Not getting the Messages #120

Closed puneetshar closed 5 years ago

puneetshar commented 6 years ago

I am not getting the messages. message array is blank

jake5253 commented 6 years ago

Try calling method Talk::user(auth()->id())->AnyMethod(); even with the auth in construct, it doesnt always work. I've found that if I add user() before every call this library works perfectly.

nahid commented 6 years ago

Please see the example https://github.com/nahid/talk-example