summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-07-03 15:55:18 +0200
committerlain <lain@soykaf.club>2020-07-03 15:55:18 +0200
commit01695716c8d8916e8a9ddc3c07edfd45c7d5c8f2 (patch)
tree475399595e3160e8f822658b85b9dc696c0bcc31
parente3b5559780f798945eea59170afa9ef41bbf59b3 (diff)
downloadpleroma-01695716c8d8916e8a9ddc3c07edfd45c7d5c8f2.tar.gz
pleroma-01695716c8d8916e8a9ddc3c07edfd45c7d5c8f2.zip
Docs: Document `accepts_chat_messages` setting.
-rw-r--r--docs/API/differences_in_mastoapi_responses.md1
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