소스 검색

feat(e2ee): broadcast e2ee disabled

master
titus.moldovan 4 년 전
부모
커밋
093d8f830a
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    3
      react/features/base/participants/middleware.js

+ 1
- 3
react/features/base/participants/middleware.js 파일 보기

@@ -277,9 +277,7 @@ StateListenerRegistry.register(
277 277
 function _e2eeUpdated({ dispatch }, conference, participantId, newValue) {
278 278
     const e2eeEnabled = newValue === 'true';
279 279
 
280
-    if (e2eeEnabled) {
281
-        dispatch(toggleE2EE(e2eeEnabled));
282
-    }
280
+    dispatch(toggleE2EE(e2eeEnabled));
283 281
 
284 282
     dispatch(participantUpdated({
285 283
         conference,

Loading…
취소
저장