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:
parent
532b17ade8
commit
660dd9c227
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue