Converse upstream WIP:

* moving exports to _converse.exports.
This commit is contained in:
John Livingston
2024-07-15 17:46:45 +02:00
parent cbcf51d1eb
commit b9473cada9
6 changed files with 16 additions and 11 deletions

View File

@ -7,9 +7,9 @@ import { ChatRoomTaskList } from './task-list'
import { initStorage } from '@converse/headless/utils/storage.js'
/**
* A list of {@link _converse.ChatRoomTaskList} instances, representing task lists associated to a MUC.
* A list of {@link _converse.exports.ChatRoomTaskList} instances, representing task lists associated to a MUC.
* @class
* @namespace _converse.ChatRoomTaskLists
* @namespace _converse.exports.ChatRoomTaskLists
* @memberOf _converse
*/
class ChatRoomTaskLists extends Collection {