logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 2fc7ce3e1e2fb746305944d40ac74da16d48f7aa
parent d2364276a1cbfb2b6b3851fd9fb0e48d773b923b
Author: Alex Gleason <alex@alexgleason.me>
Date:   Sat, 10 Oct 2020 01:29:41 -0500

Blocks: add blockers_visible config

Diffstat:

Mconfig/config.exs1+
Mconfig/description.exs5+++++
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/config/config.exs b/config/config.exs @@ -363,6 +363,7 @@ config :pleroma, :manifest, config :pleroma, :activitypub, unfollow_blocked: true, outgoing_blocks: true, + blockers_visible: true, follow_handshake_timeout: 500, note_replies_output_limit: 5, sign_object_fetches: true, diff --git a/config/description.exs b/config/description.exs @@ -2093,6 +2093,11 @@ config :pleroma, :config_description, [ 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, description: "Sign object fetches with HTTP signatures"