When a comment is edited, a "x users has been notified" is displayed, although no notifications are sent (because the notifications are only sent when the comment was published for the first time). See notifications_content_comment().

Comments

hanoii’s picture

Status: Active » Needs review
StatusFileSize
new1 KB

Attach is a patch that solved this by using a flag to display the status message on top of what's already there.

It uses the same logic that notifications module uses to decide whether a notification for a comment will be sent.

This only alters the display of status message, it doesn't change functionality.

hanoii’s picture

changed some wording on the comments of the code