diff options
author | Sergey Suprunenko <suprunenko.s@gmail.com> | 2020-07-18 20:58:25 +0200 |
---|---|---|
committer | Sergey Suprunenko <suprunenko.s@gmail.com> | 2020-11-29 18:10:56 +0100 |
commit | 19713aca3edb76c0aad71fbbba47df791a3fa7a9 (patch) | |
tree | c685a3aaa421f7024cb253621ec6430a2c9970d8 | |
parent | 057da2dd9c54448744318eb71b46d9f3cb5952bd (diff) | |
download | pleroma-19713aca3edb76c0aad71fbbba47df791a3fa7a9.tar.gz |
Update docs
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md index 90814f657..80e9afa6a 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -78,6 +78,8 @@ Has these additional fields under the `pleroma` object: - `notification_settings`: object, can be absent. See `/api/pleroma/notification_settings` for the parameters/keys returned. - `accepts_chat_messages`: boolean, but can be null if we don't have that information about a user - `favicon`: nullable URL string, Favicon image of the user's instance +- `show_attachment_filenames`: boolean, true when the user wants to display post attachment filenames +- `skip_thread_containment`: boolean, true when the user has skipping filtering out broken threads enabled ### Source @@ -205,6 +207,7 @@ Additional parameters can be added to the JSON body/Form data: - `show_role` - if true, user's role (e.g admin, moderator) will be exposed to anyone in the API - `default_scope` - the scope returned under `privacy` key in Source subentity - `pleroma_settings_store` - Opaque user settings to be saved on the backend. +- `show_attachment_filenames` - if true, the post attachment filenames will be displayed - `skip_thread_containment` - if true, skip filtering out broken threads - `allow_following_move` - if true, allows automatically follow moved following accounts - `pleroma_background_image` - sets the background image of the user. Can be set to "" (an empty string) to reset. |