Revert "Merge branch 'revert-1ac0969c' into 'develop'"
This reverts merge request !2825
This commit is contained in:
parent
8ca993c789
commit
4b18a07392
5 changed files with 103 additions and 1 deletions
|
|
@ -1542,6 +1542,12 @@ config :pleroma, :config_description, [
|
|||
description: "List of instances to only accept activities from (except deletes)",
|
||||
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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue