Merge remote-tracking branch 'origin/develop' into password-reset
[akkoma] / config / description.exs
index 7d1b29b230e1c4b52c6ea5bd1ded3966136dca1f..1c8c3b4a0e8af2e61d5705ac6e02214cfbb288c2 100644 (file)
@@ -1670,6 +1670,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,