Merge branch 'master' into develop

This commit is contained in:
RiotRobot
2025-09-16 11:55:53 +00:00
10 changed files with 81 additions and 32 deletions

View File

@@ -40,7 +40,7 @@ export async function leaveRoomBehaviour(
let leavingAllVersions = true;
const history = matrixClient.getRoomUpgradeHistory(
roomId,
false,
true,
SettingsStore.getValue("feature_dynamic_room_predecessors"),
);
if (history && history.length > 0) {