diff options
author | lain <lain@soykaf.club> | 2020-07-09 13:09:31 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-09 13:09:31 +0000 |
commit | f4469dc7419288a46512ea5cae6ffe32de5d47c2 (patch) | |
tree | 554899b657aee1e79ec50f58d989ee4089e2b657 /docs/API/differences_in_mastoapi_responses.md | |
parent | bdc7b60610af7e1c9df7f01aa94c8992a3d6a516 (diff) | |
parent | 31fef95e35d3cbc2d65c76a57ba8f4047809ce1b (diff) | |
download | pleroma-f4469dc7419288a46512ea5cae6ffe32de5d47c2.tar.gz pleroma-f4469dc7419288a46512ea5cae6ffe32de5d47c2.zip |
Merge branch 'features/favicons' into 'develop'
Add support for remote favicons
See merge request pleroma/pleroma!2261
Diffstat (limited to 'docs/API/differences_in_mastoapi_responses.md')
-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 29141ed0c..03c7f4608 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -71,6 +71,7 @@ Has these additional fields under the `pleroma` object: - `unread_conversation_count`: The count of unread conversations. Only returned to the account owner. - `unread_notifications_count`: The count of unread notifications. Only returned to the account owner. - `notification_settings`: object, can be absent. See `/api/pleroma/notification_settings` for the parameters/keys returned. +- `favicon`: nullable URL string, Favicon image of the user's instance ### Source |