diff options
| author | Alex Gleason <alex@alexgleason.me> | 2020-07-28 18:55:29 -0500 |
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2020-07-28 19:06:42 -0500 |
| commit | 3c90f7f7156889a1f74950ab976819faa281df43 (patch) | |
| tree | d5b2715014e9e9e92218502f8f2e6d4176b8bb25 /config | |
| parent | 93dbba9b8a5aacbbf43a45a07e27b328579eabf8 (diff) | |
| download | pleroma-3c90f7f7156889a1f74950ab976819faa281df43.tar.gz pleroma-3c90f7f7156889a1f74950ab976819faa281df43.zip | |
SimpleMRF: Let instances be silenced
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 91261c1e1..9ffe6f93d 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1525,6 +1525,12 @@ config :pleroma, :config_description, [ suggestions: ["example.com", "*.example.com"] }, %{ + key: :silence, + 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", |
