X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=bf2b3f6e28379208e57eae5e1bdc367402feec0e;hb=63711258cebe52c5b0b841a661dc042e8161470c;hp=75f463797643c895c10aa4672738e7c475dfc372;hpb=e27d78e7687c6d0a1b7b6b66bc802b474a1e7e2f;p=akkoma diff --git a/config/config.exs b/config/config.exs index 75f463797..bf2b3f6e2 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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: [],