From 71a6e9adb471300b0cddcb6decdd6fdc6dd2a7e4 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 9 May 2022 15:20:19 -0600 Subject: [PATCH] Fix MSC3440's wording for spec release --- proposals/3440-threading-via-relations.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/proposals/3440-threading-via-relations.md b/proposals/3440-threading-via-relations.md index 9bd3b303..0fa83852 100644 --- a/proposals/3440-threading-via-relations.md +++ b/proposals/3440-threading-via-relations.md @@ -375,10 +375,13 @@ MSC has not been included in a spec release. in the `RoomEventFilter` * `io.element.show_reply` should be used in place of `is_falling_back` -While this MSC is considered stable, but not in v1.3 of the specification, clients -should look for `org.matrix.msc3440.stable` as an unstable feature flag as part of +While this MSC is considered stable, but not in a released version of the specification, +clients should look for `org.matrix.msc3440.stable` as an unstable feature flag as part of the `/versions` API response to determine server support for the stable identifiers. +**Note from the SCT**: This MSC was previously slated for v1.3, however ultimately it +was decided to move it to a later release. + ## Dependencies This MSC builds on [MSC2674](https://github.com/matrix-org/matrix-doc/pull/2674),