Commit e2b5f1d1 authored by JC Brand's avatar JC Brand

Don't reuse the forwarded stanza's id

parent 648c0387
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment