[buddypress-trac] [BuddyPress] #4222: Deleting Comment with @mention Resends Notification
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Wed Jun 20 18:15:39 UTC 2012
#4222: Deleting Comment with @mention Resends Notification
----------------------------+------------------
Reporter: SlothLoveChunk | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 1.6
Component: Notifications | Version:
Severity: normal | Resolution:
Keywords: |
----------------------------+------------------
Comment (by boonebgorges):
> I put the manual break points into 'bp_activity_add()' and even when the
email is triggered nothing appears in the logs.
One of two things has to be happening. (1) Something is calling
`bp_activity_at_name_filter_updates()` manually. But given that you are
running a clean instance of BP, and BP doesn't call this action from
anywhere but `'bp_activity_after_save'`, this is unlikely. (2) Something
is saving an activity item (BP_Activity_Activity::save()) directly. I
don't have a clear sense of where this would be happening, from glancing
at the code - I don't understand why BP would be trying to save a new
activity item on comment deletion.
Have you figured out how to run a full stack trace in Netbeans? It would
be invaluable to see the order in which functions are being called here.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4222#comment:10>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list