bridgev2/matrixinterface: add message ID field to notification data
Some checks failed
Go / Lint (latest) (push) Has been cancelled
Go / Build (old, libolm) (push) Has been cancelled
Go / Build (latest, libolm) (push) Has been cancelled
Go / Build (old, goolm) (push) Has been cancelled
Go / Build (latest, goolm) (push) Has been cancelled

This commit is contained in:
Tulir Asokan 2025-01-24 18:05:41 +02:00
commit 873d34ff5d

View file

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