Don't reuse the forwarded stanza's id

This commit is contained in:
JC Brand 2018-07-01 11:46:16 +02:00
parent 648c0387dd
commit e2b5f1d15e

View File

@ -326,7 +326,6 @@
$msg({
'to': _converse.bare_jid,
'type': this.get('message_type'),
'id': message.get('msgid')
}).c('forwarded', {'xmlns': Strophe.NS.FORWARD})
.c('delay', {
'xmns': Strophe.NS.DELAY,