Blocks: add blockers_visible config

This commit is contained in:
Alex Gleason 2020-10-10 01:29:41 -05:00
commit 2fc7ce3e1e
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 6 additions and 0 deletions

View file

@ -2092,6 +2092,11 @@ config :pleroma, :config_description, [
type: :boolean,
description: "Whether to federate blocks to other instances"
},
%{
key: :blockers_visible,
type: :boolean,
description: "Whether a user can see someone who has blocked them"
},
%{
key: :sign_object_fetches,
type: :boolean,