Add emoji reactions to features in nodeinfo

This commit is contained in:
Mark Felder 2020-03-19 10:08:11 -05:00
parent 69341cbcba
commit 7d275970ab
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ def raw_nodeinfo do
end,
if Config.get([:instance, :safe_dm_mentions]) do
"safe_dm_mentions"
end
end,
"pleroma_emoji_reactions"
]
|> Enum.filter(& &1)