Преглед на файлове

Removes variable not present in the code anymore.

dev1
damencho преди 9 години
родител
ревизия
3699c741dd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      modules/xmpp/moderator.js

+ 1
- 1
modules/xmpp/moderator.js Целия файл

@@ -74,7 +74,7 @@ Moderator.prototype.isSipGatewayEnabled =  function () {
74 74
 Moderator.prototype.onMucMemberLeft =  function (jid) {
75 75
     logger.info("Someone left is it focus ? " + jid);
76 76
     var resource = Strophe.getResourceFromJid(jid);
77
-    if (resource === 'focus' && !this.xmppService.sessionTerminated) {
77
+    if (resource === 'focus') {
78 78
         logger.info(
79 79
             "Focus has left the room - leaving conference");
80 80
         this.eventEmitter.emit(XMPPEvents.FOCUS_LEFT);

Loading…
Отказ
Запис