Commit 49efe390 authored by JC Brand's avatar JC Brand

Fix typo

parent ac79a0d1
......@@ -61419,7 +61419,7 @@ _converse_core__WEBPACK_IMPORTED_MODULE_2__["default"].plugins.add('converse-cha
'send_chat_state_notifications': true
});
_converse.api.promises.add(['chatBoxesFetched', 'ehatBoxesInitialized', 'privateChatsAutoJoined']);
_converse.api.promises.add(['chatBoxesFetched', 'chatBoxesInitialized', 'privateChatsAutoJoined']);
function openChat(jid) {
if (!utils.isValidJID(jid)) {
......@@ -40,7 +40,7 @@ converse.plugins.add('converse-chatboxes', {
});
_converse.api.promises.add([
'chatBoxesFetched',
'ehatBoxesInitialized',
'chatBoxesInitialized',
'privateChatsAutoJoined'
]);
......
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