Skip to content

Commit

Permalink
client: update beeper inbox request content
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 15, 2024
1 parent cb85838 commit e50a705
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@ type ReqSetReadMarkers struct {
}

type BeeperInboxDone struct {
Delta int64 `json:"at_delta"`
Delta int64 `json:"at_delta"`
AtOrder int64 `json:"at_order"`
}

type ReqSetBeeperInboxState struct {
Expand Down

0 comments on commit e50a705

Please sign in to comment.