Changes between Initial Version and Version 1 of Ticket #7135
- Timestamp:
- 06/22/2016 04:53:22 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7135 – Description
initial v1 7 7 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. 8 8 9 The attached patch does threethings:9 The attached patch does four things: 10 10 1. Switches activity reply notifications to use the activity comment ID instead of the parent activity ID. 11 11 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. 12 12 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. 13 4. Reverts `bp_activity_remove_screen_notifications_single_activity_permalink()` to before #6057 was introduced. 13 14 14 15 Ping @imath.