From 5cafc4bcbd1a716bc631c6e6f27cd5420046ec97 Mon Sep 17 00:00:00 2001 From: damencho Date: Thu, 17 Oct 2019 13:39:01 +0100 Subject: [PATCH] Fixes showing etherpad in follow-me mode. --- react/features/follow-me/middleware.js | 1 - 1 file changed, 1 deletion(-) diff --git a/react/features/follow-me/middleware.js b/react/features/follow-me/middleware.js index b1b266b4f..609de881f 100644 --- a/react/features/follow-me/middleware.js +++ b/react/features/follow-me/middleware.js @@ -139,7 +139,6 @@ function _onFollowMeCommand(attributes = {}, id, store) { // For now gate etherpad checks behind a web-app check to be extra safe // against calling a web-app global. if (typeof APP !== 'undefined' - && state['features/etherpad'].initialized && oldState.sharedDocumentVisible !== attributes.sharedDocumentVisible) { const isEtherpadVisible = attributes.sharedDocumentVisible === 'true'; const documentManager = APP.UI.getSharedDocumentManager();