report 1.3 as being supported
This commit is contained in:
parent
95eb80d6da
commit
9f4270c702
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ router.get("/.well-known/matrix/client", (req, res) => {
|
|||
router.get("/_matrix/client/versions", (req, res) => {
|
||||
res.json({
|
||||
versions: [
|
||||
"v1.3",
|
||||
"v1.4"
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue