We are running Comment Notify and Activity Feed module. After applying the Comment Notify patch to the core comment module, it now works (emails notifications), however the Activity Feed displays duplicate entries for each comment. As far as I can tell it only sends 1 email which is good. But how to prevent it from printing duplicate comments in the Activity? I searched all over and can't find any info on this! If I remove the patch, the probloem goes away, but then it also does not work (no email is sent). Please help!

Comments

greggles’s picture

Status: Active » Fixed

If you disable comment_notify and undo the patch does the problem go away?

The comment_notify module doesn't change much, so I'd be really surprised if it were causing duplicate messages somewhere that didn't really exist in the database. If anything, this seems like it could be caused by #232564: refactor data structure so core tables are not altered and move towards PostgreSQL compliance which I now have a patch to fix.

Perhaps you could try looking at the activity feed module to see how it works and why things might be showing up twice.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.