From 0fa385adca2ae2655728dcd35fee8a152a0f49ca Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 4 Oct 2024 12:29:20 +0300 Subject: [PATCH] Specify that including `m.mentions` in all events is still necessary Signed-off-by: Tulir Asokan --- proposals/4210-remove-legacy-mentions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proposals/4210-remove-legacy-mentions.md b/proposals/4210-remove-legacy-mentions.md index 5e0458f63e9..22ec0598faf 100644 --- a/proposals/4210-remove-legacy-mentions.md +++ b/proposals/4210-remove-legacy-mentions.md @@ -23,6 +23,10 @@ standard push rules are removed entirely: Additionally, the `contains_display_name` push rule condition is deprecated. +Including an empty `m.mentions` key is still required for clients that are +aware of intentional mentions, as omitting it would cause current clients to +assume messages are not using intentional mentions. + ## Potential issues Users using old clients (which don't send intentional mentions) will no longer be able to mention users on up-to-date clients/servers.