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

Fixes #2423
This commit is contained in:
JC Brand 2021-11-21 12:13:13 +01:00
parent 2af758e66d
commit a06d180827
2 changed files with 2 additions and 1 deletions

View File

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

View File

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