Closed (fixed)
Project:
Comment Notify
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2009 at 16:25 UTC
Updated:
2 Dec 2009 at 14:00 UTC
I have both enable. I had watcher turn on first but it seems it only watch notify of node update. But I want comment update notification so I subsequently turn on comment_notify as well and they seem to work together fine. But I would like to be sure if these two do indeed play together. It would be great if these two modules are combined.
Comments
Comment #1
gregglesI haven't used watcher so I can't say for sure. They don't store settings in the same table or anything, so you should expect that people can get double mails and perhaps try to unsubscribe in one place but still get a mail from the other place.
Comment #2
mattyoung commentedYes, I aim is to provide update notification for node and comment. Seems watcher only notify of node and not comment and comment_notify notify of comment.
You have any plan to make comment_notify cover node update also?
Comment #3
gregglesProbably not. This is a very lightweight module meant to do very simple things and not meant to be a whole framework to keep track of things like node creation, node update, and comment creation.