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:
commit
dfc96f222c
4 changed files with 45 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue