Add account_activation_required
to /api/v1/instance
This commit is contained in:
parent
660d49227b
commit
954acdda20
@ -36,6 +36,7 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do
|
||||
background_image: Keyword.get(instance, :background_image),
|
||||
pleroma: %{
|
||||
metadata: %{
|
||||
account_activation_required: Keyword.get(instance, :account_activation_required),
|
||||
features: features(),
|
||||
federation: federation()
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user