bridgev2/portal: auto-accept message requests on message (#451)

This commit is contained in:
Tulir Asokan 2026-01-19 14:58:18 +02:00 committed by GitHub
commit e28f7170bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 46 additions and 0 deletions

View file

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