From 9f4270c702a122a62dfba5c16bec72706a8d8dd2 Mon Sep 17 00:00:00 2001 From: hippoz <10706925-hippoz@users.noreply.gitlab.com> Date: Mon, 10 Oct 2022 19:03:41 +0300 Subject: [PATCH] report 1.3 as being supported --- src/routes/matrix/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/matrix/index.ts b/src/routes/matrix/index.ts index 9e1c49f..a43e24f 100644 --- a/src/routes/matrix/index.ts +++ b/src/routes/matrix/index.ts @@ -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" ] });