2
0
Эх сурвалжийг харах

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

Fixes #2423
JC Brand 3 жил өмнө
parent
commit
a06d180827

+ 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: {