From 69bba038832c3886fb9c57b021bc280eb1a7911c Mon Sep 17 00:00:00 2001 From: Kerry Archibald Date: Tue, 11 Apr 2023 16:08:01 +1200 Subject: [PATCH] add extra note about client side push processing --- proposals/3994-display-notification-reason.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proposals/3994-display-notification-reason.md b/proposals/3994-display-notification-reason.md index 8eb6e470c..8043beac3 100644 --- a/proposals/3994-display-notification-reason.md +++ b/proposals/3994-display-notification-reason.md @@ -21,7 +21,8 @@ Extend the `Notification` object returned by [`GET /notifications`](https://spec ## Alternatives -Let clients determine the executed push rule. +Let clients determine the executed push rule. Clients likely already do this in many cases. For example, Element Web +runs client-side push rule processing for encrypted events, and on `/sync` response) ## Security considerations