InstanceView: Expose background image link.
This will make it easier for more clients to support this feature.
This commit is contained in:
parent
96f7b1b140
commit
188b32145e
3 changed files with 4 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ defmodule Pleroma.Web.MastodonAPI.InstanceControllerTest do
|
|||
"upload_limit" => _,
|
||||
"avatar_upload_limit" => _,
|
||||
"background_upload_limit" => _,
|
||||
"banner_upload_limit" => _
|
||||
"banner_upload_limit" => _,
|
||||
"background_image" => _
|
||||
} = result
|
||||
|
||||
assert result["pleroma"]["metadata"]["features"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue