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).
This commit is contained in:
David Baker
2025-01-13 09:49:15 +00:00
committed by GitHub
parent 7697338c7e
commit bed4e9579e
+1
View File
@@ -60,6 +60,7 @@ const featureSupportResolver: Record<string, FeatureSupportCondition> = {
},
[Feature.RelationsRecursion]: {
unstablePrefixes: ["org.matrix.msc3981"],
matrixVersion: "v1.10",
},
[Feature.IntentionalMentions]: {
unstablePrefixes: ["org.matrix.msc3952_intentional_mentions"],