Bump default room version to V9; per matrix spec recommendation
This commit is contained in:
parent
aca6218c0a
commit
cc3e1f58cc
3 changed files with 5 additions and 5 deletions
|
@ -258,6 +258,6 @@ fn default_turn_ttl() -> u64 {
|
|||
}
|
||||
|
||||
// I know, it's a great name
|
||||
fn default_default_room_version() -> RoomVersionId {
|
||||
RoomVersionId::V6
|
||||
pub fn default_default_room_version() -> RoomVersionId {
|
||||
RoomVersionId::V9
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue