From 4aad764c1d2ccd90b697e38ce2044ae4ccdb7dea Mon Sep 17 00:00:00 2001
From: Mark Felder <feld@FreeBSD.org>
Date: Wed, 13 May 2020 16:24:37 -0500
Subject: [PATCH] enableEmojiPicker is not a setting

---
 config/description.exs | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/config/description.exs b/config/description.exs
index c2e309cd4..8f050ae8a 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -1155,12 +1155,6 @@ config :pleroma, :config_description, [
               "When a message has a subject (aka Content Warning), collapse it by default"
           },
           %{
-            key: :enableEmojiPicker,
-            label: "Emoji picker",
-            type: :boolean,
-            description: "Enables emoji picker."
-          },
-          %{
             key: :formattingOptionsEnabled,
             label: "Formatting options enabled",
             type: :boolean,