cmgmyr / laravel-messenger

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

Problems without column name #69

Closed YnievesDotNet closed 9 years ago

YnievesDotNet commented 9 years ago

I'm try that: $thread->participant = $thread->participantsString($currentUserId, $columns="first_name");

but say error like: in Thread.php line 289 at HandleExceptions->handleError('2', 'implode(): Invalid arguments passed', 'D:\xampp\htdocs\plantel.ynieves.local\vendor\cmgmyr\messenger\src\Cmgmyr\Messenger\Models\Thread.php', '289', array('columns' => 'first_name', 'dbDriver' => 'mysql'))

avlastenok commented 9 years ago

Take a look at #39

YnievesDotNet commented 9 years ago

Thaks, thats is I'm need.

Other, do you have ani integration in real time update? Angular by example?

Thanks.

avlastenok commented 9 years ago

Cmgmyr is working on this https://github.com/cmgmyr/laravel-messenger-pusher-demo Realtime with pusher.

YnievesDotNet commented 9 years ago

And I can use realtime Using ServerSentEvent??

Thanks.