dazzz1er / confer

Easy real-time chat for laravel 5 based websites and applications
133 stars 47 forks source link

Message notification #7

Open jimilinuxguy opened 9 years ago

jimilinuxguy commented 9 years ago

Currently you do not get a new message notification unless you have previously sent a message or opened a conversation with a user.

dazzz1er commented 9 years ago

Hi @jimilinuxguy when you say previously sent a message or opened a conversation with a user, do you mean during a session or just at any time during the past?

I've tested previously, and just re-tested on the demo site by using two browsers instances, and I got the new message notification without having a prior conversation open with a user.

Which queue driver are you using for your laravel project?

korcanergun commented 8 years ago

I am having same issue. I downloaded your demo project and everything seems fine. But there is no new message notification unless you opened conversation screen on both browsers.

Also im using database queue driver and i can see job. But there is no notification on receiver side if user cannot started chat with other user.

naumanmunawar commented 7 years ago

i have same issue can you guide me

naumanmunawar commented 7 years ago

actually all code is working fine but notifications are not working