Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Weblate 2018-08-17 10:24:09 +00:00
commit 1aef02587a

View file

@ -51,7 +51,7 @@ function _isConfCallRoom(room, myUserId, conferenceHandler) {
} }
const otherMember = getOnlyOtherMember(room, myUserId); const otherMember = getOnlyOtherMember(room, myUserId);
if (otherMember === null) { if (!otherMember) {
return false; return false;
} }