Skip to content
Snippets Groups Projects
Commit 8dcb19b3 authored by benjamin's avatar benjamin
Browse files

unrevered message pickup

parent 3a447448
Branches
Tags
2 merge requests!510Release,!452activated the unchecked rounds process and removed the realtime mode becasue...
......@@ -443,7 +443,7 @@ func (c *client) follow(identity receptionID.IdentityUse,
return false
}, roundsUnknown, abandon)
for i := len(roundsWithMessages) - 1; i >= 0; i-- {
for i := 0; i < len(roundsWithMessages); i++ {
rid := roundsWithMessages[i]
// Denote that the round has been looked at in the tracking store
if identity.CR.Check(rid) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment