Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi Devs, Is it possible to get an event for groups, identifying who (uid) joined and who left? thanks! JJ.
It already exists, check out action:group.join & action:group.leave
action:group.join
action:group.leave
Thank you @baris ! For anyone else looking for the same, action:group.join and action:group.leave provide a single uid, and one or more group names (as array). Have fun developing