diff --git a/bindings/notifications.go b/bindings/notifications.go index 2c5574d19f371e6b6b51d751351c4c18d4dd63bb..63885e83bd32fae4c37405da4b4b283a84820a19 100644 --- a/bindings/notifications.go +++ b/bindings/notifications.go @@ -42,7 +42,7 @@ func (nfmr *NotificationForMeReport) Source() []byte { // "confirm" sender user ID A channel request has been accepted // "rekey" sender user ID keys with a user have been rotated // "e2e" sender user ID reception of an E2E message -// "group" group ID reception of a group chat message +// "group" group ID reception of a group chat message func NotificationForMe(messageHash, idFP string, preimages string) (*NotificationForMeReport, error) { //handle message hash and idFP messageHashBytes, err := base64.StdEncoding.DecodeString(messageHash)