Enable support for room v11
This commit is contained in:
parent
fac995036a
commit
9646439a94
1 changed files with 6 additions and 1 deletions
|
@ -139,7 +139,12 @@ impl Service {
|
|||
RoomVersionId::V10,
|
||||
];
|
||||
// Experimental, partially supported room versions
|
||||
let unstable_room_versions = vec![RoomVersionId::V3, RoomVersionId::V4, RoomVersionId::V5];
|
||||
let unstable_room_versions = vec![
|
||||
RoomVersionId::V3,
|
||||
RoomVersionId::V4,
|
||||
RoomVersionId::V5,
|
||||
RoomVersionId::V11,
|
||||
];
|
||||
|
||||
let mut s = Self {
|
||||
db,
|
||||
|
|
Loading…
Add table
Reference in a new issue