mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
Add SendNotification field to beeper batch send
This commit is contained in:
parent
fd1cdd8c94
commit
4ada13372f
1 changed files with 1 additions and 0 deletions
|
|
@ -348,6 +348,7 @@ type ReqBeeperBatchSend struct {
|
|||
// backfilled if there are no messages currently in the room.
|
||||
ForwardIfNoMessages bool `json:"forward_if_no_messages"`
|
||||
Forward bool `json:"forward"`
|
||||
SendNotification bool `json:"send_notification"`
|
||||
MarkReadBy id.UserID `json:"mark_read_by,omitempty"`
|
||||
Events []*event.Event `json:"events"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue