Skip to content

Commit

Permalink
bridgev2/matrixinterface: add message ID field to notification data
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 24, 2025
1 parent 4cde40c commit 873d34f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bridgev2/matrixinterface.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 873d34f

Please sign in to comment.