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

moved an assignment to only where it is used

parent 3a3b1a8e
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,9 @@ func (m *Manager) processMessageRetrieval(comms messageRetrievalComms,
ri.ID, err)
break
}
bundle.Identity = rl.identity
if len(bundle.Messages) != 0 {
bundle.Identity = rl.identity
m.messageBundles <- bundle
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment