From: FloatingGhost Date: Thu, 9 Jun 2022 11:56:34 +0000 (+0100) Subject: Add capabilities for emoji reactions X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=801f2b0fc58d7e4392b4071538198c5729efc081;p=akkoma Add capabilities for emoji reactions Patch from helene@p.helene.moe --- diff --git a/lib/pleroma/web/mastodon_api/views/instance_view.ex b/lib/pleroma/web/mastodon_api/views/instance_view.ex index 8e657ee0f..019296291 100644 --- a/lib/pleroma/web/mastodon_api/views/instance_view.ex +++ b/lib/pleroma/web/mastodon_api/views/instance_view.ex @@ -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