Changes between Initial Version and Version 1 of Ticket #8296, comment 3
- Timestamp:
- 09/06/2021 05:56:46 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8296, comment 3
initial v1 1 1 Hi @oztaser 2 2 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.3 Thanks 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. 4 4 5 5 I 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.