瀏覽代碼

Merge pull request #4762 from jitsi/fix-etherpad-follow-me

Fixes showing etherpad in follow-me mode.
master
yanas 6 年之前
父節點
當前提交
220691d61d
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      react/features/follow-me/middleware.js

+ 0
- 1
react/features/follow-me/middleware.js 查看文件

@@ -139,7 +139,6 @@ function _onFollowMeCommand(attributes = {}, id, store) {
139 139
     // For now gate etherpad checks behind a web-app check to be extra safe
140 140
     // against calling a web-app global.
141 141
     if (typeof APP !== 'undefined'
142
-        && state['features/etherpad'].initialized
143 142
         && oldState.sharedDocumentVisible !== attributes.sharedDocumentVisible) {
144 143
         const isEtherpadVisible = attributes.sharedDocumentVisible === 'true';
145 144
         const documentManager = APP.UI.getSharedDocumentManager();

Loading…
取消
儲存