diff options
author | kaniini <ariadne@dereferenced.org> | 2019-10-05 19:28:07 +0000 |
---|---|---|
committer | kaniini <ariadne@dereferenced.org> | 2019-10-05 19:28:07 +0000 |
commit | 17ff4b43cb75334e6a6845a7d7ec9c88285a339d (patch) | |
tree | 44c9f86abc9d5eda51ccbe001c6f48779cf41cad /docs | |
parent | 0ee6100c8d7d21eb0c7cdd1c098a5071c0b9682f (diff) | |
parent | 8249924485965148f3a690c5d76e5f8b3bd78940 (diff) | |
download | pleroma-17ff4b43cb75334e6a6845a7d7ec9c88285a339d.tar.gz |
Merge branch 'unread-conversation-count' into 'develop'
Add `pleroma.unread_conversation_count` to the Account entity
See merge request pleroma/pleroma!1796
Diffstat (limited to 'docs')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 1 |
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 |