Skip to content
Snippets Groups Projects
Commit 7ac8fd71 authored by Jake Taylor's avatar Jake Taylor :lips:
Browse files

Added SenderID to sent messages

parent 6c4cb7c4
No related branches found
No related tags found
No related merge requests found
package io
import (
"gitlab.com/privategrity/client/globals"
pb "gitlab.com/privategrity/comms/mixmessages"
"gitlab.com/privategrity/comms/mixserver/message"
)
......@@ -8,6 +9,7 @@ import (
func TransmitMessage(addr string, messageBytes, recipientBytes *[]byte) {
cmixmsg := &pb.CmixMessage{
SenderID: globals.Session.GetCurrentUser().Id,
MessagePayload: *messageBytes,
RecipientID: *recipientBytes,
}
......
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