mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Room joining: if join_rule is absent, assume public
This commit is contained in:
@@ -280,7 +280,7 @@ export const useLoadGroupCall = (
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
roomSummary === undefined ||
|
roomSummary?.join_rule === undefined ||
|
||||||
roomSummary.join_rule === JoinRule.Public
|
roomSummary.join_rule === JoinRule.Public
|
||||||
) {
|
) {
|
||||||
room = await client.joinRoom(roomId, {
|
room = await client.joinRoom(roomId, {
|
||||||
|
|||||||
Reference in New Issue
Block a user