Преглед на файлове

Could not find dependency "converse-controlbox" for plugin "converse-muc"

Fixes #2423
JC Brand преди 3 години
родител
ревизия
a06d180827
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 1 0
      CHANGES.md
  2. 1 1
      src/headless/plugins/muc/index.js

+ 1 - 0
CHANGES.md

@@ -11,6 +11,7 @@
 - #1322: Display occupants’ avatars in the occupants list
 - #1419: Clicking on avatar should show bigger version
 - #1426: Don't fetch member list if not affiliated
+- #2423: Could not find dependency "converse-controlbox" for plugin "converse-muc"
 - #2647: Singleton mode doesn't work
 - #2704: Send button doesn't work in a multi-user chat
 - #2725: Send new presence status to all connected MUCs

+ 1 - 1
src/headless/plugins/muc/index.js

@@ -133,7 +133,7 @@ converse.plugins.add('converse-muc', {
      *
      * NB: These plugins need to have already been loaded via require.js.
      */
-    dependencies: ['converse-chatboxes', 'converse-chat', 'converse-disco', 'converse-controlbox'],
+    dependencies: ['converse-chatboxes', 'converse-chat', 'converse-disco'],
 
     overrides: {
         ChatBoxes: {