-
Notifications
You must be signed in to change notification settings - Fork 13
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
Some events non-obviously cause notification count changes #1001
Comments
This is sometimes caused by the fact the server can't see the event type due to the event being encrypted (e.g. call hangups) |
That just means we're processing push rules either too correctly, or incorrectly. Our behaviour should be exactly the same as in unencrypted rooms. |
We show notif counts based on what the server sends down during sync both in E2EE and non-E2EE rooms which is not ideal :/ |
That might be an entirely different case then, annoyingly. one day we'll fix notifications. |
|
The other side is responding to your SDP offer with an answer - the two ends need to agree on the media being sent |
Thank you for the technical explanation. I'm sure you understand that from an end user perspective it feels like I am the one sending something when I change one of my settings. |
Yes, of course, this is a super annoying (was just trying to add some context as to how this happens) |
This has been an issue since 2018 and it's absolutely intolerable in 1:1 voice calls when the other party frequently mutes and unmutes. Are there any concrete plans to fix this? |
To name a couple:
For reactions and such we fixed this with MSC2153 (a push rule).
This issue exists to track the client-side concern, though the fix is concretely with the spec.
Related: #1088 (possible short-term solution?)
The text was updated successfully, but these errors were encountered: