Quote posting (#113)
[akkoma] / config / config.exs
index cfe207dcc8f7b0feea00f6cfb37400ec31caca64..bac167c29af4dbd02c3bb008ff58318e95a8965a 100644 (file)
@@ -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,