From fb64a07eb1507bc6c0312556e6f82d0bdc1475d1 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Thu, 20 Feb 2020 22:44:06 +0100
Subject: [PATCH] Minor Pleroma configuration improvements.

---
 buster/other_files/append_pleroma_config | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/buster/other_files/append_pleroma_config b/buster/other_files/append_pleroma_config
index abb6131..ea03ec8 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: %{
-- 
2.30.2