Comment on Piefed admin settings that allow to enable or disable content filters (they are disabled by default, see body for details)

<- View Parent
anarchiddy@lemmy.dbzer0.com ⁨2⁩ ⁨days⁩ ago

That’s admin and community dependent - an admin or community can take that reputation metric and use it to automate moderation. There is/was an entire community whose whole gimmick was auto-banning users from every instance for activity across the entire federated network. But beyond that, piefed already drops content instance-wide for as little as a single user blocking another.

if parent_comment.author.has_blocked_user(user.id) or parent_comment.author.has_blocked_instance(user.instance_id): log_incoming_ap(id, APLOG_CREATE, APLOG_FAILURE, saved_json, ‘Parent comment author blocked replier’) return None

The codebase is riddled with shit like this.

source
Sort:hotnewtop