Hardcode v11 for new rooms

Upcoming breaking changes in room v12 prevent safely using the default
room version and security embargoes prevent fixing them ahead of time.
This commit is contained in:
Tulir Asokan
2025-07-15 14:20:19 +03:00
parent 31846e7a98
commit 35f137ccc1
+1
View File
@@ -1038,6 +1038,7 @@ class Portal(DBPortal, BasePortal):
initial_state=initial_state,
creation_content=creation_content,
beeper_auto_join_invites=autojoin_invites,
room_version="11",
)
if not room_id:
raise Exception(f"Failed to create room")