Return email_list as a nodeinfo feature

This commit is contained in:
Alex Gleason 2021-06-15 11:48:42 -05:00
parent 6e7b220549
commit 53796b6344
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -77,7 +77,8 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do
"safe_dm_mentions" "safe_dm_mentions"
end, end,
"pleroma_emoji_reactions", "pleroma_emoji_reactions",
"pleroma_chat_messages" "pleroma_chat_messages",
"email_list"
] ]
|> Enum.filter(& &1) |> Enum.filter(& &1)
end end