diff options
| author | squidboi <squidboi@waifu.club> | 2018-06-08 17:12:16 -0700 |
|---|---|---|
| committer | squidboi <squidboi@waifu.club> | 2018-06-08 17:12:16 -0700 |
| commit | 2847fc8f90601c693074a514d8bd0447908bf020 (patch) | |
| tree | b60c54e34a63ba3488f226cfbef010b72a3e1a88 /config/config.exs | |
| parent | 45a935f0bd86501d64be7f453c08a47e46565ef9 (diff) | |
| download | pleroma-2847fc8f90601c693074a514d8bd0447908bf020.tar.gz pleroma-2847fc8f90601c693074a514d8bd0447908bf020.zip | |
add option to not unfollow on block, and option to not federate outgoing blocks
Diffstat (limited to 'config/config.exs')
| -rw-r--r-- | config/config.exs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 3292bf29c..dc2b42a8b 100644 --- a/config/config.exs +++ b/config/config.exs @@ -57,7 +57,10 @@ 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, :mrf_simple, media_removal: [], |
