mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
1aef02587a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ function _isConfCallRoom(room, myUserId, conferenceHandler) {
|
|||
}
|
||||
|
||||
const otherMember = getOnlyOtherMember(room, myUserId);
|
||||
if (otherMember === null) {
|
||||
if (!otherMember) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue