diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-05-20 10:53:54 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-05-20 10:53:54 +0000 |
commit | 94ba5a780212920a1d4b303c3523f66ca0147a67 (patch) | |
tree | a64b6c0dc26b6c5bd5ba388dd0bf5edbeacddbd3 /docs/API | |
parent | 6dd1575c64ccc2ffe82155f70935b2aa58d22684 (diff) | |
parent | 2a74565090ebd7107e1419b4a56f6c6aa4a06ea1 (diff) | |
download | pleroma-94ba5a780212920a1d4b303c3523f66ca0147a67.tar.gz pleroma-94ba5a780212920a1d4b303c3523f66ca0147a67.zip |
Merge branch 'exposed-background-image' into 'develop'
InstanceView: Expose background image link.
See merge request pleroma/pleroma!2545
Diffstat (limited to 'docs/API')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md index 6d37d9008..e65fd5da4 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -216,6 +216,7 @@ Has theses additional parameters (which are the same as in Pleroma-API): - `avatar_upload_limit`: The same for avatars - `background_upload_limit`: The same for backgrounds - `banner_upload_limit`: The same for banners +- `background_image`: A background image that frontends can use - `pleroma.metadata.features`: A list of supported features - `pleroma.metadata.federation`: The federation restrictions of this instance - `vapid_public_key`: The public key needed for push messages |