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

improved cannot find partner error on send E2E

parent 7f900285
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ func (m *Manager) SendE2E(msg message.Send, param params.E2E) ([]id.Round, e2e.M
partner, err := m.Session.E2e().GetPartner(msg.Recipient)
if err != nil {
return nil, e2e.MessageID{}, errors.WithMessagef(err, "Could not send End to End encrypted "+
"message, no relationship found with %v", partner)
"message, no relationship found with %s", msg.Recipient)
}
wg := sync.WaitGroup{}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment