Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7135


Ignore:
Timestamp:
06/22/2016 04:53:22 AM (9 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7135 – Description

    initial v1  
    77This 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.
    88
    9 The attached patch does three things:
     9The attached patch does four things:
    10101. Switches activity reply notifications to use the activity comment ID instead of the parent activity ID.
    11112. 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.
    12123. Alters `bp_activity_get_permalink()` to add the `#acomment-X` anchor directly.  This is so notification links go directly to the comment in question.
     134. Reverts `bp_activity_remove_screen_notifications_single_activity_permalink()` to before #6057 was introduced.
    1314
    1415Ping @imath.