1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-08-11 17:50:59 +00:00

feat: room version 12

and set it as the default version
This commit is contained in:
Matthias Ahouansou 2025-07-27 13:14:45 +01:00
parent 532b17ade8
commit 660dd9c227
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -725,5 +725,5 @@ fn default_openid_token_ttl() -> u64 {
// I know, it's a great name
pub fn default_default_room_version() -> RoomVersionId {
RoomVersionId::V10
RoomVersionId::V12
}

View file

@ -187,6 +187,7 @@ impl Service {
RoomVersionId::V9,
RoomVersionId::V10,
RoomVersionId::V11,
RoomVersionId::V12,
];
// Experimental, partially supported room versions
let unstable_room_versions = vec![RoomVersionId::V3, RoomVersionId::V4, RoomVersionId::V5];