diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-05-06 15:08:38 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-05-06 15:08:38 +0300 |
commit | bd261309cc27ebf5d2f78ea3c1474fe71ae8046d (patch) | |
tree | 40856a24fefe9286f8a287177fdf05e783030ad4 /docs/API/differences_in_mastoapi_responses.md | |
parent | 8b97b6f5baa7e0593414fa794ce8059a8e5b95e3 (diff) | |
download | pleroma-bd261309cc27ebf5d2f78ea3c1474fe71ae8046d.tar.gz pleroma-bd261309cc27ebf5d2f78ea3c1474fe71ae8046d.zip |
added `unread_notifications_count` for `/api/v1/accounts/verify_credentials`
Diffstat (limited to 'docs/API/differences_in_mastoapi_responses.md')
-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 8d1da936f..6d37d9008 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -61,6 +61,7 @@ Has these additional fields under the `pleroma` object: - `deactivated`: boolean, true when the user is deactivated - `allow_following_move`: boolean, true when the user allows automatically follow moved following accounts - `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. ### Source |