From 0fbdf3e0a2d4d0dc3c9293e46c86319703f3b505 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Tue, 16 Sep 2025 10:40:21 +0200 Subject: [PATCH] Remove unintentional intentional mentions in replies as per MSC4142 Signed-off-by: Johannes Marbach --- content/client-server-api/modules/rich_replies.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/content/client-server-api/modules/rich_replies.md b/content/client-server-api/modules/rich_replies.md index 5ad2a10e..a292a84b 100644 --- a/content/client-server-api/modules/rich_replies.md +++ b/content/client-server-api/modules/rich_replies.md @@ -64,11 +64,11 @@ as if it were to be under `m.relates_to` directly instead. #### Mentioning the replied to user -In order to notify users of the reply, it may be desirable to include the `sender` -of the replied to event and any users mentioned in that event. See -[user and room mentions](#user-and-room-mentions) for additional information. +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. -An example including mentioning the original sender and other users: +An example including mentioning the original sender: ```json { @@ -83,8 +83,6 @@ An example including mentioning the original sender and other users: "user_ids": [ // The sender of $another_event. "@alice:example.org", - // Another Matrix ID copied from the m.mentions property of $another_event. - "@bob:example.org" ] } },