InstanceView: Add chat limit, description limit

This commit is contained in:
lain 2020-07-06 11:12:37 +02:00
commit cc8b4e48d9
2 changed files with 5 additions and 1 deletions

View file

@ -32,7 +32,9 @@ defmodule Pleroma.Web.MastodonAPI.InstanceControllerTest do
"avatar_upload_limit" => _,
"background_upload_limit" => _,
"banner_upload_limit" => _,
"background_image" => _
"background_image" => _,
"chat_limit" => _,
"description_limit" => _
} = result
assert result["pleroma"]["metadata"]["account_activation_required"] != nil