From add9ecdafd0ec63a1dbb213e1c5f4a076ecd1c42 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Sat, 15 Oct 2022 23:48:14 +0200 Subject: [PATCH] Advertize spec 1.3 & 1.4 compatability Removing the nonexisting 1.0 at the same time. Fixes: https://github.com/matrix-org/dendrite/issues/2771 Signed-off-by: Sebastian Spaeth --- clientapi/routing/routing.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clientapi/routing/routing.go b/clientapi/routing/routing.go index e72880ec5..e6776a421 100644 --- a/clientapi/routing/routing.go +++ b/clientapi/routing/routing.go @@ -110,9 +110,10 @@ func Setup( "r0.4.0", "r0.5.0", "r0.6.1", - "v1.0", "v1.1", "v1.2", + "v1.3", + "v1.4", }, UnstableFeatures: unstableFeatures}, } }),