forked from AkkomaGang/akkoma
config: add configuration for MRF ObjectAgePolicy
This commit is contained in:
parent
09b4f7269e
commit
1d33eeca72
1 changed files with 4 additions and 0 deletions
|
@ -381,6 +381,10 @@
|
|||
accept: [],
|
||||
reject: []
|
||||
|
||||
config :pleroma, :mrf_object_age,
|
||||
threshold: 172_800,
|
||||
actions: [:delist, :strip_followers]
|
||||
|
||||
config :pleroma, :rich_media,
|
||||
enabled: true,
|
||||
ignore_hosts: [],
|
||||
|
|
Loading…
Reference in a new issue