mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
event: add Beeper backup flag to unsigned (#284)
This commit is contained in:
parent
4098a3726e
commit
4fd082aba9
1 changed files with 2 additions and 1 deletions
|
|
@ -144,7 +144,8 @@ type Unsigned struct {
|
|||
RedactedBecause *Event `json:"redacted_because,omitempty"`
|
||||
InviteRoomState []StrippedState `json:"invite_room_state,omitempty"`
|
||||
|
||||
BeeperHSOrder int64 `json:"com.beeper.hs.order,omitempty"`
|
||||
BeeperHSOrder int64 `json:"com.beeper.hs.order,omitempty"`
|
||||
BeeperFromBackup bool `json:"com.beeper.from_backup,omitempty"`
|
||||
}
|
||||
|
||||
func (us *Unsigned) IsEmpty() bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue