From ff033817caea3bc3a44aba6d83015ff05a0b67ea Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 13 May 2022 20:43:43 -0600 Subject: [PATCH] Pivot away from MSC3440: Threads --- content/client-server-api/_index.md | 4 ++++ content/client-server-api/modules/rich_replies.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index 189bb00b..56d78680 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -1877,6 +1877,10 @@ forming a sort of chain of events. This specification describes the following relationship types: * [Rich replies](#rich-replies) + ## Rooms diff --git a/content/client-server-api/modules/rich_replies.md b/content/client-server-api/modules/rich_replies.md index a2009f58..78408e78 100644 --- a/content/client-server-api/modules/rich_replies.md +++ b/content/client-server-api/modules/rich_replies.md @@ -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. + #### Fallbacks for rich replies