config: add configuration for MRF ObjectAgePolicy

This commit is contained in:
Ariadne Conill 2019-11-14 18:26:06 -06:00
parent 09b4f7269e
commit 1d33eeca72
1 changed files with 4 additions and 0 deletions

View 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: [],