Merge remote-tracking branch 'upstream/develop' into hide-reactions
[akkoma] / config / description.exs
index 30a503696c2271a14738316d837e2f56a38610a6..11fbe0d788b4181957fc38332b6827f0ab6427c5 100644 (file)
@@ -955,6 +955,11 @@ config :pleroma, :config_description, [
         description:
           "The instance thumbnail can be any image that represents your instance and is used by some apps or services when they display information about your instance.",
         suggestions: ["/instance/thumbnail.jpeg"]
+      },
+      %{
+        key: :show_reactions,
+        type: :boolean,
+        description: "Let favourites and emoji reactions be viewed through the API."
       }
     ]
   },