Pivot away from MSC3440: Threads

This commit is contained in:
Travis Ralston 2022-05-13 20:43:43 -06:00
parent 01cd76e38d
commit ff033817ca
2 changed files with 7 additions and 0 deletions

View file

@ -1877,6 +1877,10 @@ forming a sort of chain of events.
This specification describes the following relationship types:
* [Rich replies](#rich-replies)
<!--
TODO: TR,MSC3440: Uncomment for threading support.
* [Event threading](#threading)
-->
## Rooms

View file

@ -51,10 +51,13 @@ An example reply would be:
Note that the `event_id` of the `m.in_reply_to` object has the same requirements
as if it were to be under `m.relates_to` directly instead.
<!--
TODO: TR, MSC3440: Uncomment for threads support
{{% boxes/note %}}
Some event relationships, like [threads](#threading), describe what it looks like
to both form a relationship *and* still reply to another event.
{{% /boxes/note %}}
-->
#### Fallbacks for rich replies