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

fix: missing duration timer for lobby participants

tags/v0.0.2
Bettenbuk Zoltan пре 5 година
родитељ
комит
6d28e818f5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      modules/xmpp/xmpp.js

+ 1
- 1
modules/xmpp/xmpp.js Прегледај датотеку

764
 
764
 
765
         if (!(from === this.speakerStatsComponentAddress
765
         if (!(from === this.speakerStatsComponentAddress
766
             || from === this.conferenceDurationComponentAddress)) {
766
             || from === this.conferenceDurationComponentAddress)) {
767
-            return;
767
+            return true;
768
         }
768
         }
769
 
769
 
770
         const jsonMessage = $(msg).find('>json-message')
770
         const jsonMessage = $(msg).find('>json-message')

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