mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
remove now unnecessary comment
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -82,9 +82,6 @@ export const useLoadGroupCall = (
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// room IDs we just try to join by their ID, which will not work in the
|
|
||||||
// general case without providing some servers to join via. We could provide
|
|
||||||
// our own server, but in practice that is implicit.
|
|
||||||
room = await client.joinRoom(roomIdOrAlias, { viaServers });
|
room = await client.joinRoom(roomIdOrAlias, { viaServers });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user