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().
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1342782-2-proper-status-message-comment-edit.patch | 1.07 KB | hanoii |
| #1 | 1342782-1-proper-status-message-comment-edit.patch | 1 KB | hanoii |
Comments
Comment #1
hanoiiAttach 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.
Comment #2
hanoiichanged some wording on the comments of the code