aboutsummaryrefslogtreecommitdiff
path: root/docs/API
diff options
context:
space:
mode:
authoreugenijm <eugenijm@protonmail.com>2019-10-02 00:37:08 +0300
committereugenijm <eugenijm@protonmail.com>2019-10-05 20:12:00 +0300
commit8249924485965148f3a690c5d76e5f8b3bd78940 (patch)
tree7102a7d96f2c8ccedd2a8801c0c89af58d0a3f4c /docs/API
parente51c20f28a91028b06a5783601e4ce09536bba5b (diff)
downloadpleroma-8249924485965148f3a690c5d76e5f8b3bd78940.tar.gz
Mastodon API: Add `pleroma.unread_conversation_count` to the Account entity
Diffstat (limited to 'docs/API')
-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