aboutsummaryrefslogtreecommitdiff
path: root/docs/API/differences_in_mastoapi_responses.md
diff options
context:
space:
mode:
authorkaniini <ariadne@dereferenced.org>2019-10-04 17:33:18 +0000
committerkaniini <ariadne@dereferenced.org>2019-10-04 17:33:18 +0000
commit5c04e8172407660662d1e052e40a665bdb063ae9 (patch)
treebdf7b5b55064bebc7ce380d1a12fbf153a68a5c1 /docs/API/differences_in_mastoapi_responses.md
parent75e415d5f4981c2deab324a9161a183d0a498e5b (diff)
parent06d9df79c5c99069dd12e863c99167eb20b6495b (diff)
downloadpleroma-5c04e8172407660662d1e052e40a665bdb063ae9.tar.gz
Merge branch 'user-info-unread-direct-conversation' into 'develop'
Add the `unread_conversation_count` field to the user info See merge request pleroma/pleroma!1737
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