From 80d0dd19232362e9fbbf5fa69e9e69a254831900 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Fri, 7 Feb 2020 19:11:10 +0100
Subject: [PATCH] Fix Pleroma config.

---
 buster/other_files/append_pleroma_config | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/buster/other_files/append_pleroma_config b/buster/other_files/append_pleroma_config
index 638799e..abb6131 100644
--- a/buster/other_files/append_pleroma_config
+++ b/buster/other_files/append_pleroma_config
@@ -7,6 +7,7 @@ config :pleroma, :instance,
 
 config :pleroma, :frontend_configurations,
     pleroma_fe: %{
+        showInstanceSpecificPanel: true,
         background: "/pixel.png",
         logo: "/pixel.png"
     }
@@ -14,10 +15,5 @@ config :pleroma, :frontend_configurations,
 config :pleroma, :chat,
     enabled: false
 
-config :pleroma, :frontend_configurations,
-    pleroma_fe: %{
-        ShowInstanceSpecificPanel: true
-}
-
 config :pleroma, Pleroma.Captcha,
-    enabled:false
+    enabled: false
-- 
2.30.2