diff options
author | lain <lain@soykaf.club> | 2020-07-03 15:55:18 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-03 15:55:18 +0200 |
commit | 01695716c8d8916e8a9ddc3c07edfd45c7d5c8f2 (patch) | |
tree | 475399595e3160e8f822658b85b9dc696c0bcc31 /docs/API | |
parent | e3b5559780f798945eea59170afa9ef41bbf59b3 (diff) | |
download | pleroma-01695716c8d8916e8a9ddc3c07edfd45c7d5c8f2.tar.gz |
Docs: Document `accepts_chat_messages` setting.
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 755db0e65..4514a7d59 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -186,6 +186,7 @@ Additional parameters can be added to the JSON body/Form data: - `pleroma_background_image` - sets the background image of the user. - `discoverable` - if true, discovery of this account in search results and other services is allowed. - `actor_type` - the type of this account. +- `accepts_chat_messages` - if false, this account will reject all chat messages. ### Pleroma Settings Store |