Add account_approval_required instance setting
This commit is contained in:
parent
a62f17da17
commit
51ab8d0128
5 changed files with 9 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ defmodule Pleroma.Web.MastodonAPI.InstanceControllerTest do
|
|||
} = result
|
||||
|
||||
assert result["pleroma"]["metadata"]["account_activation_required"] != nil
|
||||
assert result["pleroma"]["metadata"]["account_approval_required"] != nil
|
||||
assert result["pleroma"]["metadata"]["features"]
|
||||
assert result["pleroma"]["metadata"]["federation"]
|
||||
assert result["pleroma"]["metadata"]["fields_limits"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue