app.didpic.notification.getUnreadCount
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.didpic.notification.getUnreadCount",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"output": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"count"
11
11
],
12
12
"properties": {
13
13
"count": {
14
14
"type": "integer",
15
15
"minimum": 0
16
16
}
17
17
}
18
18
},
19
19
"encoding": "application/json"
20
20
},
21
-
"description": "Return the count of notifications for the authenticated viewer that are newer than their stored seenAt boundary. Cheap to call; intended for tab-bar badge polling."
21
+
"description": "Unread notification count for the viewer."
22
22
}
23
23
},
24
24
"$type": "com.atproto.lexicon.schema",
25
25
"lexicon": 1
26
26
}