Active
Project:
Notifications Add-ons
Version:
6.x-4.x-dev
Component:
Comment notifications
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2011 at 15:59 UTC
Updated:
1 Nov 2011 at 15:59 UTC
Just been reviewing the code saw a todo comment regarding deleting notifications after a comment is deleted - so heres an issue to track.
/**
* Implementation of hook_comment().
*/
function notifications_comment_comment($comment, $op) {
...
case 'delete':
// @todo delete subscriptions for this comment
break;