diff --git a/bindings/notifications.go b/bindings/notifications.go index ba3900f5b11c39b4fe1f861d4b17d438bdb8541a..733e87c1d3aa97e5cb6da2c3e2df2e77892b2340 100644 --- a/bindings/notifications.go +++ b/bindings/notifications.go @@ -38,8 +38,8 @@ func (nfmr *NotificationForMeReport) Source() []byte { // a Type, and a source. These are as follows: // TYPE DESCRIPTION SOURCE // "default" A message with no association recipient user ID -// "request" A channel request has been received recipient user ID -// "confirm" A channel request has been accepted sender user ID +// "request" A channel request has been received recipient user ID +// "confirm" A channel request has been accepted sender user ID // "rekey" keys with a user have been rotated sender user ID // "e2e" reception of an E2E message sender user ID // "group" eception of a group chat message group ID