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

fixed the setting of the sender in sendUnsafe

parent 69dd313f
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ func (m *Manager) SendUnsafe(msg message.Send, param params.Unsafe) ([]id.Round,
msgCmix := format.NewMessage(m.Session.Cmix().GetGroup().GetP().ByteLen())
msgCmix.SetContents(p)
msgCmix.SetRecipientID(msg.Recipient)
e2e.SetUnencrypted(msgCmix, msg.Recipient)
e2e.SetUnencrypted(msgCmix, m.Session.User().GetCryptographicIdentity().GetUserID())
wg.Add(1)
go func(i int) {
var err error
......
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