diff options
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 4381068ac..805b1dbfd 100644 --- a/config/config.exs +++ b/config/config.exs @@ -404,6 +404,8 @@ config :pleroma, :mrf_vocabulary, accept: [], reject: [] +config :pleroma, :mrf_auto_subject, match: [] + # threshold of 7 days config :pleroma, :mrf_object_age, threshold: 604_800, |