id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 7135,Activity reply notifications should use the comment ID instead of the parent activity ID,r-a-y,r-a-y,"In #6057, we introduced activity reply screen notifications. Currently, activity reply notifications use the parent activity ID to record the notification. We should use the activity comment ID instead. This is important when blog comment <-> activity comment synchronization is on as it is not possible to mark the notification as read on a blog post. The attached patch does four things: 1. Switches activity reply notifications to use the activity comment ID instead of the parent activity ID. 2. Marks individual activity reply notification as read. See the new `bp_activity_remove_screen_notifications_for_non_mentions()` function. This handles both single activity permalinks and blog posts. 3. Alters `bp_activity_get_permalink()` to add the `#acomment-X` anchor directly. This is so notification links go directly to the comment in question. 4. Reverts `bp_activity_remove_screen_notifications_single_activity_permalink()` to before #6057 was introduced. Ping @imath.",defect (bug),closed,normal,2.6,Activity,,normal,fixed,has-patch,