|
@@ -557,6 +557,7 @@ converse.plugins.add('converse-chatboxes', {
|
|
const is_spoiler = this.get('composing_spoiler');
|
|
const is_spoiler = this.get('composing_spoiler');
|
|
const origin_id = _converse.connection.getUniqueId();
|
|
const origin_id = _converse.connection.getUniqueId();
|
|
return {
|
|
return {
|
|
|
|
+ 'id': origin_id,
|
|
'jid': this.get('jid'),
|
|
'jid': this.get('jid'),
|
|
'nickname': this.get('nickname'),
|
|
'nickname': this.get('nickname'),
|
|
'msgid': origin_id,
|
|
'msgid': origin_id,
|