Skip to content
Snippets Groups Projects
Commit 6a0d897f authored by Jono Wenger's avatar Jono Wenger
Browse files

Merge branch 'jonow-release-patch-69687' into 'release'

fixed a bug in the message reciever

See merge request !317
parents b4a70e9d 003bea22
No related branches found
No related tags found
No related merge requests found
......@@ -82,9 +82,8 @@ func (rm *ReceptionManager) MessageReceiver(session user.Session, delay time.Dur
time.Sleep(5 * time.Second)
} else if !strings.Contains(err.Error(), "Could not find any message IDs for this user") {
go callback(err)
return
}
return
}
NumMessages += len(encryptedMessages)
case <-rm.rekeyChan:
......
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