From 19c7e3d3294fd4faff8667dd05a6c6cf85b90b72 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Tue, 16 Sep 2025 15:24:50 +0200 Subject: [PATCH] Add changed-in note Signed-off-by: Johannes Marbach --- content/client-server-api/modules/rich_replies.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/client-server-api/modules/rich_replies.md b/content/client-server-api/modules/rich_replies.md index a292a84b..37b8bc9e 100644 --- a/content/client-server-api/modules/rich_replies.md +++ b/content/client-server-api/modules/rich_replies.md @@ -64,6 +64,11 @@ as if it were to be under `m.relates_to` directly instead. #### Mentioning the replied to user +{{% boxes/note %}} +{{% changed-in v="1.16" %}} +Clients SHOULD no longer propagate mentioned users in the replied to event. +{{% /boxes/note %}} + In order to notify users of the reply, it MAY be desirable to include the `sender` of the replied to event. See [user and room mentions](#user-and-room-mentions) for additional information.