Task lists WIP:

* converse-pubsub dependency
This commit is contained in:
John Livingston 2024-05-12 11:59:59 +02:00
parent d6aefb61c4
commit 383770ddfe
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

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