-
Notifications
You must be signed in to change notification settings - Fork 731
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
Read receipt and typing notifs of person on ignore list shouldn't be shown #2965
Comments
It also shows typing notifs of ignored users. :-( |
According to the spec, it's not clear to me if read-receipt and typing notification (so ephemeral events) have to be filtered out by the server or by the client. I would argue that it could have more sense that the server filters them out. The less the clients have to compute things, the better the perf. @anoadragon453 what do you think about ephemeral event filtering for ignored users? Also there are other problems to fix about ignoring users, with higher priority: https://github.com/vector-im/element-android/labels/feature%3Aignored_users |
Read-receipts are PDUs though afaik? |
Updated the issue with the information that ele-web also suffers from the typing notif problem, even though it does do the RR one correctly. |
Yes this is element-hq/element-web#6552 |
Describe the bug
If I ignore a person, that persons RR is still shown along the timeline. Element-web doesn't do this.
Typing notifs are also shown from an ignored person. Element-web does do this as well.
To Reproduce
Expected behavior
RR of ignored person is not shown.
Additional context
The text was updated successfully, but these errors were encountered: