alex3493 / starter-11

0 stars 0 forks source link

Reverb presence channels - member_added and member_removed events are not sent #8

Open alex3493 opened 5 months ago

alex3493 commented 5 months ago

Pusher emits "member_added" and "member_removed" events whenever a user joins or leaves a presence channel.

However, Laravel Reverb only emit "connection" event when current user joins a presence channel. We have to fix it:

alex3493 commented 5 months ago

We have to check for "pusher_internal:member_added" and "pusher_internal:member_removed" events in Reverb trait InteractsWithPresenceChannels.