projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c0bf4c
)
Docs: Document the added `accepts_chat_messages` user property.
author
lain
<lain@soykaf.club>
Fri, 3 Jul 2020 12:24:54 +0000
(14:24 +0200)
committer
lain
<lain@soykaf.club>
Fri, 3 Jul 2020 12:24:54 +0000
(14:24 +0200)
docs/API/differences_in_mastoapi_responses.md
patch
|
blob
|
history
diff --git
a/docs/API/differences_in_mastoapi_responses.md
b/docs/API/differences_in_mastoapi_responses.md
index 72b5984ae9e1428b79f1704450486b45346fabdb..755db0e65266b3b2bfac83edd1d0c8a4ef2afdd8 100644
(file)
--- 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