From 53796b6344018ec255f345d153baa26ba5c55f70 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 15 Jun 2021 11:48:42 -0500 Subject: [PATCH] Return `email_list` as a nodeinfo feature --- lib/pleroma/web/mastodon_api/views/instance_view.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pleroma/web/mastodon_api/views/instance_view.ex b/lib/pleroma/web/mastodon_api/views/instance_view.ex index 73205fb6d..a661f65cf 100644 --- a/lib/pleroma/web/mastodon_api/views/instance_view.ex +++ b/lib/pleroma/web/mastodon_api/views/instance_view.ex @@ -77,7 +77,8 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do "safe_dm_mentions" end, "pleroma_emoji_reactions", - "pleroma_chat_messages" + "pleroma_chat_messages", + "email_list" ] |> Enum.filter(& &1) end