You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Public group logic changes - now excluding group like ["!CS", "!Zurich", "!Topgear"]
When a group is included in the filter like "groups": ["TestGroup"], then all members of the TestGroup will receive the notifications.
When a group is excluded in the filter like "groups": ["!TestGroup"], then all members excluding the members of TestGroup will receive the notifications.
So for example to send a public broadcast message the private group members of the CS, Zurich, Topgear groups will be excluded by using the filter "groups": ["!CS", "!Zurich", "!Topgear"]