From cf6e0b315a09b16d2e93e17f364db619e29ba2ba Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 3 Oct 2024 18:09:44 +0300 Subject: [PATCH] Add another potential issue Signed-off-by: Tulir Asokan --- proposals/4210-remove-legacy-mentions.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/proposals/4210-remove-legacy-mentions.md b/proposals/4210-remove-legacy-mentions.md index 63f70d9ce2..09237d9c56 100644 --- a/proposals/4210-remove-legacy-mentions.md +++ b/proposals/4210-remove-legacy-mentions.md @@ -24,8 +24,12 @@ standard push rules are removed entirely: Additionally, the `contains_display_name` push rule condition is deprecated. ## Potential issues -Users using old clients will no longer be able to mention users on up-to-date -clients/servers. +Users using old clients (which don't send intentional mentions) will no longer +be able to mention users on up-to-date clients/servers. + +Users using old clients (which don't support the new push rule conditions) will +also no longer be notified for mentions in case the client depends on the push +rules served by the server. ## Alternatives