aboutsummaryrefslogtreecommitdiff
path: root/docs/API/differences_in_mastoapi_responses.md
diff options
context:
space:
mode:
authoreugenijm <eugenijm@protonmail.com>2019-10-02 00:37:08 +0300
committereugenijm <eugenijm@protonmail.com>2019-10-04 00:53:23 +0300
commit06d9df79c5c99069dd12e863c99167eb20b6495b (patch)
tree28a318577f31aef00a01ff321119117dbc44f10c /docs/API/differences_in_mastoapi_responses.md
parent4fe2af3b2d6b0701de2ae88f9932e4b6039ced11 (diff)
downloadpleroma-06d9df79c5c99069dd12e863c99167eb20b6495b.tar.gz
Mastodon API: Add `pleroma.unread_conversation_count` to the Account entity
Diffstat (limited to 'docs/API/differences_in_mastoapi_responses.md')
-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 d007a69c3..21b297529 100644
--- a/docs/API/differences_in_mastoapi_responses.md
+++ b/docs/API/differences_in_mastoapi_responses.md
@@ -56,6 +56,7 @@ Has these additional fields under the `pleroma` object:
- `settings_store`: A generic map of settings for frontends. Opaque to the backend. Only returned in `verify_credentials` and `update_credentials`
- `chat_token`: The token needed for Pleroma chat. Only returned in `verify_credentials`
- `deactivated`: boolean, true when the user is deactivated
+- `unread_conversation_count`: The count of unread conversations. Only returned to the account owner.
### Source