Skip to content

Commit

Permalink
chore: add unread flags
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Jan 12, 2024
1 parent aab70d2 commit 72693de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/specs/clients/notify/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ Paginated list of notifications with the most recently sent first. Unread notifi
- Example: `did:web:app.example.com`
- lmt - the max number of notifications to return. Maximum value is 50.
- aft - the notification ID to start returning messages after. Null to start with the most recent notification
- urf - unread first

```typescript
{
Expand All @@ -162,6 +163,7 @@ Paginated list of notifications with the most recently sent first. Unread notifi
- aud - did:key of Notify Server authentication key
- nfs - array of [Notify Notifications](./data-structures.md#notify-notification)
- mre - true if there are more pages, false otherwise
- mur - true if there are more unread notifications on following pages, false otherwise

```typescript
{
Expand Down

0 comments on commit 72693de

Please sign in to comment.