aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-07-03 14:24:54 +0200
committerlain <lain@soykaf.club>2020-07-03 14:24:54 +0200
commitb374fd622b120668bb828155e32f9b4f4a142911 (patch)
treec9d33184138b0be9ea8b831d3ef89fb35e38b79d
parent5c0bf4c4721f03bd854d4466e77aa08e260c9299 (diff)
downloadpleroma-b374fd622b120668bb828155e32f9b4f4a142911.tar.gz
Docs: Document the added `accepts_chat_messages` user property.
-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 72b5984ae..755db0e65 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.
+- `accepts_chat_messages`: boolean, but can be null if we don't have that information about a user
### Source