You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Is there a reason why read receipts would generate push notifications? I can see this type of notification being sent to my push gateway by the matrix.org server, each time a read receipt is generated in a room:
The notification is mostly empty and does not contain any event ID, room ID, sender or type.
I tried disabling push notifications completely (push rule .m.rule.master enabled and set with 'dont_notify'), the read receipt notifications still get pushed. I also tested on various clients: no difference observed.
Unfortunately yes, this is expected, as its used to reset the "badge counts" on the apps (i.e. the number on the app shortcut representing number of unread messages/rooms).
We could potentially add an option for clients to opt out of getting such pushes, but I'm not sure if anyone would use it.
Is there a reason why read receipts would generate push notifications? I can see this type of notification being sent to my push gateway by the matrix.org server, each time a read receipt is generated in a room:
The notification is mostly empty and does not contain any event ID, room ID, sender or type.
I tried disabling push notifications completely (push rule
.m.rule.master
enabled and set with 'dont_notify'), the read receipt notifications still get pushed. I also tested on various clients: no difference observed.I found this issue which might be related: element-hq/element-web#17263
Should read receipts really trigger push notifications?
The text was updated successfully, but these errors were encountered: