X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fweb%2Fmastodon_api%2Fviews%2Finstance_view.ex;h=019296291e0e5b9749beacebb39dec5e318e4a34;hb=d15d55eda2c2e4672090460e13be675bd9e38631;hp=8e657ee0f379acddeacbfc69ba2c2031282e778d;hpb=1c223331fc7276a7e5946b6dbd5d2b713cd6c1e8;p=akkoma 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