nahid / talk

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

SendMessageByUserID #12

Closed sozonets closed 7 years ago

sozonets commented 8 years ago

sendMessageByUserId($userId, $message)

Hi, have a poser , when sending emails to the user (user_id), a letter comes constantly to himself .

nahid commented 8 years ago

please write details

sozonets commented 8 years ago

Talk::sendMessageByUserId('2','Hello');

http://prntscr.com/bj0snn

http://prntscr.com/bj0sty

nahid commented 8 years ago

do you set Talk::setAuthUserId() ?

sozonets commented 8 years ago

Yes

nahid commented 8 years ago

please share your code