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 { ChatRoomTask } from './task'
import { initStorage } from '@converse/headless/utils/storage.js'
/**
* A list of {@link _converse.ChatRoomTask} instances, representing all tasks associated to a MUC.
* A list of {@link _converse.exports.ChatRoomTask} instances, representing all tasks associated to a MUC.
* @class
* @namespace _converse.ChatRoomTasks
* @namespace _converse.exports.ChatRoomTasks
* @memberOf _converse
*/
class ChatRoomTasks extends Collection {