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
|
@ -172,8 +172,8 @@ impl Service {
|
|||
.supported_room_versions()
|
||||
.contains(&s.config.default_room_version)
|
||||
{
|
||||
error!("Room version in config isn't supported, falling back to Version 6");
|
||||
s.config.default_room_version = RoomVersionId::V6;
|
||||
error!("Room version in config isn't supported, falling back to default version");
|
||||
s.config.default_room_version = crate::config::default_default_room_version();
|
||||
};
|
||||
|
||||
Ok(s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue