Closed (fixed)
Project:
Subscriptions
Version:
5.x-2.5
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Jul 2010 at 23:02 UTC
Updated:
10 Aug 2010 at 07:40 UTC
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
Comment #1
salvisImplement hook_subscriptions_queue(&$event). If $event['uid'] is your user, then set $event to NULL.