We have a requirement that notifications are not sent for posts from a particular user (in this case the site editor). How to exclude? We are still in D5.

Comments

salvis’s picture

Status: Active » Fixed

Implement hook_subscriptions_queue(&$event). If $event['uid'] is your user, then set $event to NULL.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.