Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
8dcb19b3
Commit
8dcb19b3
authored
Nov 10, 2022
by
benjamin
Browse files
Options
Downloads
Patches
Plain Diff
unrevered message pickup
parent
3a447448
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!510
Release
,
!452
activated the unchecked rounds process and removed the realtime mode becasue...
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmix/follow.go
+1
-1
1 addition, 1 deletion
cmix/follow.go
with
1 addition
and
1 deletion
cmix/follow.go
+
1
−
1
View file @
8dcb19b3
...
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment