Commit a1a38142 authored by JC Brand's avatar JC Brand

Add converse-chatboxviews as dependency

parent abe21dce
......@@ -52113,7 +52113,7 @@ const _converse$env = _converse_headless_converse_core__WEBPACK_IMPORTED_MODULE_
_ = _converse$env._,
moment = _converse$env.moment;
_converse_headless_converse_core__WEBPACK_IMPORTED_MODULE_0__["default"].plugins.add('converse-message-view', {
dependencies: ["converse-modal"],
dependencies: ["converse-modal", "converse-chatboxviews"],
initialize() {
/* The initialize function gets called as soon as the plugin is
......@@ -20,7 +20,7 @@ const { Backbone, _, moment } = converse.env;
converse.plugins.add('converse-message-view', {
dependencies: ["converse-modal"],
dependencies: ["converse-modal", "converse-chatboxviews"],
initialize () {
/* The initialize function gets called as soon as the plugin is
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment