SimpleMRF: Let instances be silenced

This commit is contained in:
Alex Gleason 2020-07-28 18:55:29 -05:00
commit 3c90f7f715
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
4 changed files with 82 additions and 0 deletions

View file

@ -1524,6 +1524,12 @@ config :pleroma, :config_description, [
description: "List of instances to only accept activities from (except deletes)",
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},