diff options
author | lain <lain@soykaf.club> | 2020-07-31 15:17:09 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-31 15:17:09 +0000 |
commit | 010d77ec855245def7fa785357db6e43cf1f14c7 (patch) | |
tree | 4c387e350e638be03fe9c387858bb1fd825082fc /config | |
parent | 1ac0969c7226c40d5d674d63996f1164a86ecb9a (diff) | |
download | pleroma-010d77ec855245def7fa785357db6e43cf1f14c7.tar.gz |
Revert "Merge branch 'mrf-silence-2' into 'develop'"
This reverts merge request !2820
Diffstat (limited to 'config')
-rw-r--r-- | config/description.exs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/description.exs b/config/description.exs index d623a9f75..11fbe0d78 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1543,12 +1543,6 @@ 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", |