Skip to content

activitypub: properly filter out transitive activities concerning blocked users

kaniini requested to merge feature/improve-block-filtering into develop

Previously, Pleroma filtered activities based on the blocked user being present in the to field. This is slow and leaky. Instead, use the recipients list which catches the blocked user in all cases and is considerably more efficient as an index can be used.

Merge request reports