X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=buster%2Fother_files%2Fappend_pleroma_config;h=54a65d0d4351eae9b0abe14477a2dc33686d2e9d;hb=f9e95c0163ea215f7e2e9a40f940f9b25d3eebab;hp=abb6131584252f8fde9dbc4a00161b2be712b7f4;hpb=80d0dd19232362e9fbbf5fa69e9e69a254831900;p=config diff --git a/buster/other_files/append_pleroma_config b/buster/other_files/append_pleroma_config index abb6131..54a65d0 100644 --- a/buster/other_files/append_pleroma_config +++ b/buster/other_files/append_pleroma_config @@ -3,7 +3,9 @@ # below this: customizations by plomlompom config :pleroma, :instance, - registrations_open: false + registrations_open: false, + safe_dm_mentions: true, + cleanup_attachments: true config :pleroma, :frontend_configurations, pleroma_fe: %{ @@ -17,3 +19,6 @@ config :pleroma, :chat, config :pleroma, Pleroma.Captcha, enabled: false + +config :pleroma, :static_fe, + enabled: true