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