mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 00:02:34 +01:00
modules/client/capabilities: Fix typo.
This commit is contained in:
parent
c57844df2d
commit
eb3a09d5e2
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ ircd::m::client_capabilities::get(client &client,
|
|||
{
|
||||
{ "enabled", m_change_password__enabled },
|
||||
}},
|
||||
{ "m.room_version", json::members
|
||||
{ "m.room_versions", json::members
|
||||
{
|
||||
{ "default", default_room_version },
|
||||
{ "available", json::members
|
||||
|
|
Loading…
Reference in a new issue