Fix sporadically failing test
[akkoma] / config / config.exs
index 75f463797643c895c10aa4672738e7c475dfc372..bf2b3f6e28379208e57eae5e1bdc367402feec0e 100644 (file)
@@ -381,6 +381,10 @@ config :pleroma, :mrf_vocabulary,
   accept: [],
   reject: []
 
+config :pleroma, :mrf_object_age,
+  threshold: 172_800,
+  actions: [:delist, :strip_followers]
+
 config :pleroma, :rich_media,
   enabled: true,
   ignore_hosts: [],