bugfix. msgid should be string.

This commit is contained in:
JC Brand 2014-10-15 19:35:03 +02:00
parent 4a89d28e38
commit a717cc464a

View File

@ -2338,7 +2338,7 @@
sender: 'me',
time: moment().format(),
message: text,
msgid: converse.connection.muc.groupchat(this.model.get('jid'), text, undefined, (new Date()).getTime())
msgid: converse.connection.muc.groupchat(this.model.get('jid'), text, undefined, String((new Date()).getTime()))
});
break;
}