client: update beeper inbox request content
Some checks are pending
Go / Lint (latest) (push) Waiting to run
Go / Build (old, libolm) (push) Waiting to run
Go / Build (latest, libolm) (push) Waiting to run
Go / Build (old, goolm) (push) Waiting to run
Go / Build (latest, goolm) (push) Waiting to run

This commit is contained in:
Tulir Asokan 2024-08-15 16:10:19 +03:00
commit e50a705cec

View file

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