report 1.3 as being supported

This commit is contained in:
hippoz 2022-10-10 19:03:41 +03:00
parent 95eb80d6da
commit 9f4270c702
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -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"
]
});