-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per-device push rules #273
Comments
This has been converted to a feature after some investigation as to what these are. See the edited OP for more information. |
per #673, we should remove these rather than document them. |
@richvdh wrong issue link? I can't really find which one you were looking for... |
(note that this issue is framed as a feature request, not a documentation omission) |
Thanks, I meant #637, but revisiting it, that looks like it should be a synapse issue rather than a spec one. It remains unclear to me if per-device push rules are something we actually want (so should implement and spec properly) per this issue. I am rather reluctant to do anything like that, given the number of times pushrules have shown themselves unfit for purpose. Incidentally it looks to me like matrix-org/matrix-js-sdk#1404 ripped out the references you refer to in the issue description. |
right, this issue is indeed not helpful then - reclosing. |
@turt2live curious, what was the conclusion here exactly? I'm looking to filter out specific notifications for my iPhone. For context, I have an iMessage bridge setup for my non-Apple devices ( This should in theory be possible according to the Matrix spec with this:
Looks like the actual The impression I get from this and the trail of issues connected to this topic is that everyone wants to move away from server-side device notification filtering for technical reasons. In light of that, is there some other preferred way for achieving what I want server-side that is documented elsewhere, or should I take this issue over to the Element project to start a conversation about client-side notification filtering instead? |
Note: This previously was a question about what "device" push rules are. After some investigation (illustrated below) it was found that this is actually a feature we want to write, but is not an omission.
Per-device push rules may be useful in some scenarios. A rough prototype exists in Riot for how these could work, where they are stored in account data and applied before the global push rules. This gives individual devices a chance to be notified differently.
More thought needs to be done about how to implement these specifically, however some reference material is available here:
The text was updated successfully, but these errors were encountered: