mirror of
https://github.com/matrix-construct/construct
synced 2025-03-14 05:20:17 +01:00
modules/client/versions: Add some more versions.
This commit is contained in:
parent
a308010a1b
commit
08e01bb9a7
2 changed files with 4 additions and 0 deletions
|
@ -80,6 +80,7 @@ ircd::m::client_capabilities::get(client &client,
|
|||
{ "7", "stable" },
|
||||
{ "8", "stable" },
|
||||
{ "9", "stable" },
|
||||
{ "10", "stable" },
|
||||
}},
|
||||
}},
|
||||
}},
|
||||
|
|
|
@ -82,6 +82,9 @@ ircd::m::client_versions::versions_default
|
|||
" r0.6.1"
|
||||
" v1.1"
|
||||
" v1.2"
|
||||
" v1.3"
|
||||
" v1.4"
|
||||
" v1.5"
|
||||
};
|
||||
|
||||
/// Note this conf item doesn't persist to and from the database, which means
|
||||
|
|
Loading…
Add table
Reference in a new issue