From 94561adaa6cf2e4be18104d059087079985291ed Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Thu, 11 May 2023 08:52:17 +0200 Subject: [PATCH] Add /version unstable feature flag --- proposals/3981-relations-recursion.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proposals/3981-relations-recursion.md b/proposals/3981-relations-recursion.md index 61beaf5cd..4508f2f6a 100644 --- a/proposals/3981-relations-recursion.md +++ b/proposals/3981-relations-recursion.md @@ -122,6 +122,11 @@ return `[G, E]`. Before standardization, `org.matrix.msc3981.recurse` should be used in place of `recurse`. +## Unstable feature in `/version` + +Homeservers which support this MSC should indicate it by adding `org.matrix.msc3981` and +`org.matrix.msc3981.stable` in the response to `GET /_matrix/client/versions` requests. + [MSC2836]: https://github.com/matrix-org/matrix-spec-proposals/pull/2836 [MSC3771]: https://github.com/matrix-org/matrix-spec-proposals/pull/3771 [`/relations`]: https://spec.matrix.org/v1.6/client-server-api/#get_matrixclientv1roomsroomidrelationseventid