Notify only when a new revision is created
Jiou - September 4, 2009 - 16:44
| Project: | Subscriptions |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
Hi,
I wouldlike to know if I can configure the module so that I can notify users only when a new revision is created and not an update.
Thanks for this module.

#1
No, Subscriptions doesn't make that difference.
If we wanted to do this, we'd probably have to do it by content type, which would require another complicated configuration option. We already have too many of those...
#2
Ok, thank you for your answer
#3
I let this stand to see whether there was general interest, but there isn't.
You should be able to implement hook_subscriptions_queue(), inspect the node, and set it to NULL if you don't want it queued. Code-wise this should be easy to do if that's what you want to have, i just don't see a good way to make this configurable for general use.
#4
Thank you for your answer. I'll try.