Add capabilities for emoji reactions

Patch from helene@p.helene.moe
stable
FloatingGhost 2 years ago
parent 0f2bfeaea7
commit 801f2b0fc5

@ -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

Loading…
Cancel
Save