Преглед изворни кода

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

Fixes showing etherpad in follow-me mode.
master
yanas пре 6 година
родитељ
комит
220691d61d
No account linked to committer's email address
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0
    1
      react/features/follow-me/middleware.js

+ 0
- 1
react/features/follow-me/middleware.js Прегледај датотеку

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

Loading…
Откажи
Сачувај