mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-12-27 21:13:47 +03:00
chore(config): bump default room version to v10
This commit is contained in:
parent
7f63948db9
commit
561a103140
1 changed files with 1 additions and 1 deletions
|
@ -273,5 +273,5 @@ fn default_turn_ttl() -> u64 {
|
||||||
|
|
||||||
// I know, it's a great name
|
// I know, it's a great name
|
||||||
pub fn default_default_room_version() -> RoomVersionId {
|
pub fn default_default_room_version() -> RoomVersionId {
|
||||||
RoomVersionId::V9
|
RoomVersionId::V10
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue