This commit is contained in:
JC Brand 2019-06-12 06:40:53 +02:00
parent e1ca02d94a
commit 9d3dfa831a

View File

@ -1060,7 +1060,7 @@ _converse.initialize = async function (settings, callback) {
/* Ask the XMPP server to enable Message Carbons
* See XEP-0280 https://xmpp.org/extensions/xep-0280.html#enabling
*/
if (!this.message_carbons || !this.session || !this.session.get('carbons_enabled')) {
if (!this.message_carbons || !this.session || this.session.get('carbons_enabled')) {
return;
}
const carbons_iq = new Strophe.Builder('iq', {