Add capabilities for emoji reactions

Patch from helene@p.helene.moe
This commit is contained in:
FloatingGhost 2022-06-09 12:56:34 +01:00
parent 0f2bfeaea7
commit 801f2b0fc5
1 changed files with 2 additions and 1 deletions

View 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