From: Alex Gleason Date: Sat, 1 Aug 2020 21:08:29 +0000 (-0500) Subject: SimpleMRF: Add missing :followers_only to config.exs X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=cb1e3893aa8c03e3245978eb6d76bc2b3c534ba0;p=akkoma SimpleMRF: Add missing :followers_only to config.exs --- 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: [],