Room joining: if join_rule is absent, assume public

This commit is contained in:
Alex Maras
2026-08-07 19:24:21 +08:00
parent 72e7e0f406
commit 1bb342e9e1

View File

@@ -280,7 +280,7 @@ export const useLoadGroupCall = (
);
}
if (
roomSummary === undefined ||
roomSummary?.join_rule === undefined ||
roomSummary.join_rule === JoinRule.Public
) {
room = await client.joinRoom(roomId, {