Skip to content

Commit

Permalink
Clarify unstable features map
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Morgan <[email protected]>
  • Loading branch information
dbkr and anoadragon453 authored Dec 13, 2023
1 parent 03e8d68 commit 0e50bdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proposals/3981-relations-recursion.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ return `[G, E]`.
### While the MSC is not yet part of a spec version

During this period, to detect server support, clients should check for the
presence of the `org.matrix.msc3981` flag in unstable_features on `/versions`.
presence of the `org.matrix.msc3981` flag in the `unstable_features` map
on [`/versions`](https://spec.matrix.org/v1.7/client-server-api/#get_matrixclientversions).

Clients are also required to use `org.matrix.msc3981.recurse` in place
of `recurse` at this time.
Expand Down

0 comments on commit 0e50bdb

Please sign in to comment.