temp. disabled check, as preconfigured server is NOT stored

This commit is contained in:
Ralf Becker 2020-04-09 10:00:40 +02:00
parent 840f195288
commit bf9b38495f

View File

@ -311,8 +311,9 @@ class calendar_uilist extends calendar_ui
}
}
// check if we have videoconferences enabled and need to query the room url
$status_config = Api\Config::read('status');
if (!empty($status_config['videoconference']['jitsi']['jitsi_domain']))
// temp. disabled check, as preconfigured server is NOT stored
//$status_config = Api\Config::read('status');
//if (!empty($status_config['videoconference']['jitsi']['jitsi_domain']))
{
$cfs[] = '#videoconference';
}