diff options
author | lain <lain@soykaf.club> | 2020-05-08 09:23:01 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-08 09:23:01 +0000 |
commit | 0cf43391f272b2bb756b564e12bbcd3efda6a4bd (patch) | |
tree | 3ce1732a3a997de5070e005f9b4102a5c01c878c /docs/API/differences_in_mastoapi_responses.md | |
parent | 218a22c9a36ff2f8de353110f0badfc1ec5aa0f2 (diff) | |
parent | a081135365c2b9d7bc81ee84baffbc3c2be68e8c (diff) | |
download | pleroma-0cf43391f272b2bb756b564e12bbcd3efda6a4bd.tar.gz pleroma-0cf43391f272b2bb756b564e12bbcd3efda6a4bd.zip |
Merge branch 'issue/1276-2' into 'develop'
[#1276] added an endpoint for getting unread notification count
See merge request pleroma/pleroma!2392
Diffstat (limited to 'docs/API/differences_in_mastoapi_responses.md')
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md index c099eb1a0..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 @@ -218,3 +219,9 @@ Has theses additional parameters (which are the same as in Pleroma-API): - `pleroma.metadata.features`: A list of supported features - `pleroma.metadata.federation`: The federation restrictions of this instance - `vapid_public_key`: The public key needed for push messages + +## Markers + +Has these additional fields under the `pleroma` object: + +- `unread_count`: contains number unread notifications |