Merge branch 'feature/configurable-blocks' into 'develop'

Add more configurability to how blocks work

See merge request pleroma/pleroma!203
This commit is contained in:
lambda 2018-06-25 06:12:29 +00:00
commit dfc96f222c
4 changed files with 45 additions and 7 deletions

View file

@ -58,7 +58,12 @@ config :pleroma, :instance,
public: true,
quarantined_instances: []
config :pleroma, :activitypub, accept_blocks: true
config :pleroma, :activitypub,
accept_blocks: true,
unfollow_blocked: true,
outgoing_blocks: true
config :pleroma, :user, deny_follow_blocked: true
config :pleroma, :mrf_rejectnonpublic,
allow_followersonly: false,