core icon indicating copy to clipboard operation
core copied to clipboard

Send notifications of registrations to moderators

Open goto-bus-stop opened this issue 9 years ago • 0 comments

(Maybe more than registrations.)

Listen for user:create on Redis and publish that to moderator's socket connections. Best done after an ACL implementation lands in -core so that users can be given the notification.user_create role (or similar) and socket broadcasts filtered based on those roles.

goto-bus-stop avatar Jun 15 '16 18:06 goto-bus-stop