Task lists WIP:
* remember if task app was open, and restore when in fullpage mode * refactoring
This commit is contained in:
@ -89,7 +89,7 @@ export function initOrDestroyChatRoomTaskLists (mucModel) {
|
||||
return _destroyChatRoomTaskLists(mucModel)
|
||||
}
|
||||
|
||||
if (!api.settings.get('livechat_task_list_enabled')) {
|
||||
if (!api.settings.get('livechat_task_app_enabled')) {
|
||||
// Feature disabled, no need to handle tasks.
|
||||
return _destroyChatRoomTaskLists(mucModel)
|
||||
}
|
||||
|
Reference in New Issue
Block a user