Room joining: if join_rule is absent, assume public

This commit is contained in:
Alex Maras
2026-08-11 21:24:38 +08:00
parent 72e7e0f406
commit 1bb342e9e1
+1 -1
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, {