mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
Merge branch 'default-room-version-10' into 'next'
chore(config): bump default room version to v10 See merge request famedly/conduit!628
This commit is contained in:
commit
e19e6a4bff
1 changed files with 1 additions and 1 deletions
|
|
@ -268,5 +268,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…
Add table
Add a link
Reference in a new issue