From 51d3b3a94d24dc946a7187f27b62eed97c051da4 Mon Sep 17 00:00:00 2001 From: Martin Beckmann <m.beckmann@konkret-mafo.cloud> Date: Sat, 23 May 2020 20:44:11 +0200 Subject: [PATCH] test... --- bigbluebutton-html5/imports/startup/client/base.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-html5/imports/startup/client/base.jsx b/bigbluebutton-html5/imports/startup/client/base.jsx index 93fdded2b2..1a2d5cfea2 100755 --- a/bigbluebutton-html5/imports/startup/client/base.jsx +++ b/bigbluebutton-html5/imports/startup/client/base.jsx @@ -354,7 +354,7 @@ const BaseContainer = withTracker(() => { }); } - if (getFromUserSettings('bbb_show_participants_on_login', true) && !deviceInfo.type().isPhone) { + if (getFromUserSettings('bbb_show_participants_on_login', false) && !deviceInfo.type().isPhone) { Session.set('openPanel', 'userlist'); if (CHAT_ENABLED) { Session.set('openPanel', 'chat'); -- GitLab