From 383770ddfe91bea60293a3d86411066697add9ae Mon Sep 17 00:00:00 2001 From: John Livingston Date: Sun, 12 May 2024 11:59:59 +0200 Subject: [PATCH] Task lists WIP: * converse-pubsub dependency --- conversejs/custom/plugins/tasks/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversejs/custom/plugins/tasks/index.js b/conversejs/custom/plugins/tasks/index.js index 97d80241..233c1826 100644 --- a/conversejs/custom/plugins/tasks/index.js +++ b/conversejs/custom/plugins/tasks/index.js @@ -10,7 +10,7 @@ import './components/muc-task-lists-view.js' // FIXME: here or in another file? import './components/muc-task-app-view.js' // FIXME: here or in another file? converse.plugins.add('livechat-converse-tasks', { - dependencies: ['converse-muc', 'converse-disco'], // TODO: add converse-pubsub + dependencies: ['converse-muc', 'converse-disco', 'converse-pubsub'], initialize () { _converse.ChatRoomTaskLists = ChatRoomTaskLists