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

fixed raw messages missing id

parent 9a33ae3d
Branches
Tags
No related merge requests found
...@@ -90,7 +90,7 @@ func (m *Manager) handleMessage(ecrMsg format.Message, identity reception.Identi ...@@ -90,7 +90,7 @@ func (m *Manager) handleMessage(ecrMsg format.Message, identity reception.Identi
raw := message.Receive{ raw := message.Receive{
Payload: msg.Marshal(), Payload: msg.Marshal(),
MessageType: message.Raw, MessageType: message.Raw,
Sender: nil, Sender: &id.ID{},
EphemeralID: identity.EphId, EphemeralID: identity.EphId,
Timestamp: time.Time{}, Timestamp: time.Time{},
Encryption: message.None, Encryption: message.None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment