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