Test that unapproved users can never log in regardless of admin settings
[akkoma] / lib / pleroma / web / mastodon_api / views / instance_view.ex
index 5deb0d7ed60ba4f71edfdf49a97e1dbb7a7fad98..5389d63cd61feea2c9b4a1ca7657cef815d8db8d 100644 (file)
@@ -26,6 +26,7 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do
       thumbnail: Keyword.get(instance, :instance_thumbnail),
       languages: ["en"],
       registrations: Keyword.get(instance, :registrations_open),
+      approval_required: Keyword.get(instance, :account_approval_required),
       # Extra (not present in Mastodon):
       max_toot_chars: Keyword.get(instance, :limit),
       poll_limits: Keyword.get(instance, :poll_limits),