Skip to content

Commit

Permalink
Mark MSC3981 as stable in Matrix 1.10 (#4023)
Browse files Browse the repository at this point in the history
So we will send the 'recurse' parameter unprefixed for servers that
support 1.10 (when it's released).
dbkr authored Jan 13, 2025
1 parent 7697338 commit bed4e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/feature.ts
Original file line number Diff line number Diff line change
@@ -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"],

0 comments on commit bed4e95

Please sign in to comment.