Room version based on room ID

This commit is contained in:
2025-10-07 16:21:28 -04:00
parent 316358a82a
commit 7e77f009db
4 changed files with 33 additions and 10 deletions

View File

@@ -446,7 +446,7 @@ async def room_summary(roomId):
"join_rule": "public",
"room_type": "m.room",
"membership": "join",
"room_version": 2
"room_version": globals.room_version_from_id(roomId)
})