0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 15:33:54 +01:00

modules/client/capabilities: Additional room versions.

This commit is contained in:
Jason Volk 2022-07-02 18:55:09 -07:00
parent 2e48147f10
commit 9768546c1e

View file

@ -77,6 +77,9 @@ ircd::m::client_capabilities::get(client &client,
{ "4", "stable" },
{ "5", "stable" },
{ "6", "stable" },
{ "7", "stable" },
{ "8", "stable" },
{ "9", "stable" },
}},
}},
}},