Add capabilities for emoji reactions
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Thu, 9 Jun 2022 11:56:34 +0000 (12:56 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Thu, 9 Jun 2022 11:56:34 +0000 (12:56 +0100)
Patch from helene@p.helene.moe

lib/pleroma/web/mastodon_api/views/instance_view.ex

index 8e657ee0f379acddeacbfc69ba2c2031282e778d..019296291e0e5b9749beacebb39dec5e318e4a34 100644 (file)
@@ -91,7 +91,8 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do
       end,
       if Config.get([:instance, :profile_directory]) do
         "profile_directory"
-      end
+      end,
+      "custom_emoji_reactions"
     ]
     |> Enum.filter(& &1)
   end