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

fixed the dropping of the encryption type

parent 304cdbfd
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,7 @@ func (m *Manager) handleMessage(ecrMsg format.Message, identity reception.Identi
// If the reception completed a message, hear it on the switchboard
if ok {
xxMsg.Encryption = encTy
if xxMsg.MessageType == message.Raw {
jww.WARN.Panicf("Recieved a message of type 'Raw' from %s."+
"Message Ignored, 'Raw' is a reserved type. Message supressed.",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment