Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #8296, comment 3


Ignore:
Timestamp:
09/06/2021 05:56:46 AM (4 years ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8296, comment 3

    initial v1  
    11Hi @oztaser
    22
    3 Thanks for your explanations. I think we need to review how the `bp_activity` and `bp_activity_comments` cache are purge. Imho, when an activity is marked as spam/ham we should probably also purge the `bp_activity` cache if the activity is not an activity comment.
     3Thanks for your explanations. I think we need to review how the `bp_activity` and `bp_activity_comments` cache are purged. Imho, when an activity is marked as spam/ham we should probably also purge the `bp_activity` cache if the activity is not an activity comment.
    44
    55I also think we should take your patch in account, but avoid checking for `is_spam` as a comment content can simply be updated by the Administrator from the Activity Administration screen.