Skip to content

Issue #3442531 - Groups with multiple members don't get notifications.

Robert Ragas requested to merge issue/social_pwa-3442531:2.0.x into 2.0.x

Issue #3442531 When you have a group with multiple members and someone posts to the stream it will create activity that should send out push notifications. It will only send this to the first member.

In our push activity send plugin add compatibility for user arrays, as when processing groups we want every member to receive a push notification and not just the first member.

Merge request reports