diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-08-01 16:08:29 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-08-01 16:08:29 -0500 |
commit | cb1e3893aa8c03e3245978eb6d76bc2b3c534ba0 (patch) | |
tree | 963c731039a31e27a6799338a306a06830fb9cc4 /config | |
parent | 4b18a07392558401c88a60db3751feefd9481e13 (diff) | |
download | pleroma-cb1e3893aa8c03e3245978eb6d76bc2b3c534ba0.tar.gz |
SimpleMRF: Add missing :followers_only to config.exs
Diffstat (limited to 'config')
-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 d31208c25..e1d2e13d2 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: [], |