Add default so the MRF doesn't error when enabled with no patterns

This commit is contained in:
Mark Felder 2020-11-11 08:54:56 -06:00 committed by Mark Felder
parent 1c65a6d53c
commit f00608ef05

View file

@ -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,