JC Brand 6 年之前
父節點
當前提交
49efe390f9
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      dist/converse.js
  2. 1 1
      src/headless/converse-chatboxes.js

+ 1 - 1
dist/converse.js

@@ -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)) {

+ 1 - 1
src/headless/converse-chatboxes.js

@@ -40,7 +40,7 @@ converse.plugins.add('converse-chatboxes', {
         });
         _converse.api.promises.add([
             'chatBoxesFetched',
-            'ehatBoxesInitialized',
+            'chatBoxesInitialized',
             'privateChatsAutoJoined'
         ]);