Bump default room version to V9; per matrix spec recommendation

This commit is contained in:
Nyaaori 2022-10-15 10:42:14 +02:00
parent aca6218c0a
commit cc3e1f58cc
No known key found for this signature in database
GPG key ID: E7819C3ED4D1F82E
3 changed files with 5 additions and 5 deletions

View file

@ -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
}