Skip to content

Commit

Permalink
Mark MSC3981 as stable in Matrix 1.10
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).
  • Loading branch information
dbkr committed Jan 22, 2024
1 parent 2337d5a commit b35162b
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
Expand Up @@ -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"],
Expand Down

0 comments on commit b35162b

Please sign in to comment.