Set schemaVersion in handleMessage

This commit is contained in:
Daniel Gasienica 2018-03-16 18:50:21 -04:00
parent e3dbeba963
commit 38e2468b2e

View file

@ -433,6 +433,7 @@
}
}
message.set({
schemaVersion : dataMessage.schemaVersion,
body : dataMessage.body,
conversationId : conversation.id,
attachments : dataMessage.attachments,