mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
bridgev2/portal: auto-accept message requests on message (#451)
This commit is contained in:
parent
28bcc356db
commit
e28f7170bc
2 changed files with 46 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ type BeeperChatDeleteEventContent struct {
|
|||
}
|
||||
|
||||
type BeeperAcceptMessageRequestEventContent struct {
|
||||
// Whether this was triggered by a message rather than an explicit event
|
||||
IsImplicit bool `json:"-"`
|
||||
}
|
||||
|
||||
type BeeperSendStateEventContent struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue