mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
bridgev2/matrixinterface: add message ID field to notification data
Some checks failed
Some checks failed
This commit is contained in:
parent
4cde40cfb9
commit
873d34ff5d
1 changed files with 4 additions and 3 deletions
|
|
@ -87,9 +87,10 @@ type MatrixConnectorWithAnalytics interface {
|
|||
}
|
||||
|
||||
type DirectNotificationData struct {
|
||||
Portal *Portal
|
||||
Sender *Ghost
|
||||
Message string
|
||||
Portal *Portal
|
||||
Sender *Ghost
|
||||
MessageID networkid.MessageID
|
||||
Message string
|
||||
|
||||
FormattedNotification string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue