X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=bac167c29af4dbd02c3bb008ff58318e95a8965a;hb=1419eee5dfe1f3d76c28ab7c6f3cb24ba652fef2;hp=cfe207dcc8f7b0feea00f6cfb37400ec31caca64;hpb=cb6e7359af353bb19262ac94b92b41a62819523e;p=akkoma diff --git a/config/config.exs b/config/config.exs index cfe207dcc..bac167c29 100644 --- a/config/config.exs +++ b/config/config.exs @@ -407,6 +407,8 @@ config :pleroma, :mrf_vocabulary, accept: [], reject: [] +config :pleroma, :mrf_inline_quote, prefix: "RE" + # threshold of 7 days config :pleroma, :mrf_object_age, threshold: 604_800,