diff options
author | lain <lain@soykaf.club> | 2020-08-03 14:22:11 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-03 14:22:11 +0000 |
commit | 56b5b9aa276c0a302c89dc7ca02c18fdc4645e56 (patch) | |
tree | fe77831be5ce2165d9c0fbe64f1f6b551c3ddb6d /config/config.exs | |
parent | 66ebd88634d2093fc6c4f9f90d5e32a4f2638696 (diff) | |
parent | cb1e3893aa8c03e3245978eb6d76bc2b3c534ba0 (diff) | |
download | pleroma-56b5b9aa276c0a302c89dc7ca02c18fdc4645e56.tar.gz pleroma-56b5b9aa276c0a302c89dc7ca02c18fdc4645e56.zip |
Merge branch 'follower-mrf-again' into 'develop'
Follower mrf again
See merge request pleroma/pleroma!2833
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index ef92d4cb3..6acb38051 100644 --- a/config/config.exs +++ b/config/config.exs @@ -374,6 +374,7 @@ config :pleroma, :mrf_simple, federated_timeline_removal: [], report_removal: [], reject: [], + followers_only: [], accept: [], avatar_removal: [], banner_removal: [], |