Skip to content
Snippets Groups Projects
Commit c8520318 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

fixed formatting

parent 0f5f6492
No related branches found
No related tags found
1 merge request!117Release
...@@ -42,7 +42,7 @@ func (nfmr *NotificationForMeReport) Source() []byte { ...@@ -42,7 +42,7 @@ func (nfmr *NotificationForMeReport) Source() []byte {
// "confirm" sender user ID A channel request has been accepted // "confirm" sender user ID A channel request has been accepted
// "rekey" sender user ID keys with a user have been rotated // "rekey" sender user ID keys with a user have been rotated
// "e2e" sender user ID reception of an E2E message // "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) { func NotificationForMe(messageHash, idFP string, preimages string) (*NotificationForMeReport, error) {
//handle message hash and idFP //handle message hash and idFP
messageHashBytes, err := base64.StdEncoding.DecodeString(messageHash) messageHashBytes, err := base64.StdEncoding.DecodeString(messageHash)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment