added unread_notifications_count for /api/v1/accounts/verify_credentials

This commit is contained in:
Maksim Pechnikov 2020-05-06 15:08:38 +03:00
commit bd261309cc
5 changed files with 55 additions and 4 deletions

View file

@ -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