This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Support MSC4028 (Push all encrypted events except for muted rooms) #15847
Labels
A-Push
Issues related to push/notifications
O-Occasional
Affects or can be seen by some users regularly or most users rarely
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
Description
The purpose of MSC4028 is to be able to support on mobile clients the "mentions-and-keywords-only" room notification setting in encrypted rooms. This MSC adds a new "server-default" override push rule (
.m.rule.encrypted_event
) in order to force the server to push all encrypted events to the registered client except for muted room.I request here to add this new "server-default" push rule with its unstable id
org.matrix.msc4028.encrypted_event
. Contrary to the stable push rule, this unstable one should not be enabled -> itsenabled
attribute must befalse
. Indeed we should not turn it on until the clients implementations are ready.I listed here the potential issues of this MSC server side. We talked about them in an internal discussion, the conclusion was:
I would let the backend team use this issue or create new ones to handle any other dev related to this MSC.
The text was updated successfully, but these errors were encountered: