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'
         ]);