mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 00:14:07 +01:00
modules/client/capabilities: Additional room versions.
This commit is contained in:
parent
2e48147f10
commit
9768546c1e
1 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,9 @@ ircd::m::client_capabilities::get(client &client,
|
||||||
{ "4", "stable" },
|
{ "4", "stable" },
|
||||||
{ "5", "stable" },
|
{ "5", "stable" },
|
||||||
{ "6", "stable" },
|
{ "6", "stable" },
|
||||||
|
{ "7", "stable" },
|
||||||
|
{ "8", "stable" },
|
||||||
|
{ "9", "stable" },
|
||||||
}},
|
}},
|
||||||
}},
|
}},
|
||||||
}},
|
}},
|
||||||
|
|
Loading…
Reference in a new issue