diff options
author | lain <lain@soykaf.club> | 2020-07-31 14:43:33 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-31 14:43:33 +0000 |
commit | 1ac0969c7226c40d5d674d63996f1164a86ecb9a (patch) | |
tree | fc465bba0a06ed3af52e4af5d9ed899817311167 /config | |
parent | a1a43f39dc85e673f6e4f395b7ac515356177fdf (diff) | |
parent | 37b9e5e1384a6dae103773e29b386ac9843ecf5e (diff) | |
download | pleroma-1ac0969c7226c40d5d674d63996f1164a86ecb9a.tar.gz |
Merge branch 'mrf-silence-2' into 'develop'
MRF silencing alternative solution
See merge request pleroma/pleroma!2820
Diffstat (limited to 'config')
-rw-r--r-- | config/description.exs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 11fbe0d78..d623a9f75 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1543,6 +1543,12 @@ config :pleroma, :config_description, [ suggestions: ["example.com", "*.example.com"] }, %{ + key: :followers_only, + type: {:list, :string}, + description: "Force posts from the given instances to be visible by followers only", + suggestions: ["example.com", "*.example.com"] + }, + %{ key: :report_removal, type: {:list, :string}, description: "List of instances to reject reports from", |