Przeglądaj źródła

fix: missing duration timer for lobby participants

master
Bettenbuk Zoltan 5 lat temu
rodzic
commit
6d28e818f5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      modules/xmpp/xmpp.js

+ 1
- 1
modules/xmpp/xmpp.js Wyświetl plik

@@ -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')

Ładowanie…
Anuluj
Zapisz