From bed4e9579ea395fcc24b08036b995c87f86e95ac Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 13 Jan 2025 09:49:15 +0000 Subject: [PATCH] Mark MSC3981 as stable in Matrix 1.10 (#4023) So we will send the 'recurse' parameter unprefixed for servers that support 1.10 (when it's released). --- src/feature.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/feature.ts b/src/feature.ts index fc097676398..d189a74f306 100644 --- a/src/feature.ts +++ b/src/feature.ts @@ -60,6 +60,7 @@ const featureSupportResolver: Record = { }, [Feature.RelationsRecursion]: { unstablePrefixes: ["org.matrix.msc3981"], + matrixVersion: "v1.10", }, [Feature.IntentionalMentions]: { unstablePrefixes: ["org.matrix.msc3952_intentional_mentions"],