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 | |
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')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 1 | ||||
-rw-r--r-- | docs/configuration/cheatsheet.md | 6 |
2 files changed, 7 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 diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index d0a57928c..d775534b6 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -988,3 +988,9 @@ Note: setting `restrict_unauthenticated/timelines/local` to `true` has no practi ## Pleroma.Web.ApiSpec.CastAndValidate * `:strict` a boolean, enables strict input validation (useful in development, not recommended in production). Defaults to `false`. + +## :instances_favicons + +Control favicons for instances. + +* `enabled`: Allow/disallow displaying and getting instances favicons |