From c85203182accdc16645cabff6c119e0dc638e25f Mon Sep 17 00:00:00 2001 From: Benjamin Wenger <ben@privategrity.com> Date: Thu, 9 Dec 2021 18:05:14 +0000 Subject: [PATCH] fixed formatting --- bindings/notifications.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/notifications.go b/bindings/notifications.go index 2c5574d19..63885e83b 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) -- GitLab