소스 검색

fix: missing duration timer for lobby participants

dev1
Bettenbuk Zoltan 5 년 전
부모
커밋
6d28e818f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      modules/xmpp/xmpp.js

+ 1
- 1
modules/xmpp/xmpp.js 파일 보기

@@ -764,7 +764,7 @@ export default class XMPP extends Listenable {
764 764
 
765 765
         if (!(from === this.speakerStatsComponentAddress
766 766
             || from === this.conferenceDurationComponentAddress)) {
767
-            return;
767
+            return true;
768 768
         }
769 769
 
770 770
         const jsonMessage = $(msg).find('>json-message')

Loading…
취소
저장