-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix room notifications count for threaded events #19126
Closed
4 of 7 tasks
Comments
We discussed this today and landed here:
@gsouquet did I capture this correctly? |
This was referenced Oct 29, 2021
This was referenced Dec 1, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the first iteration, read receipts and read markers will not be supported for Threads.
At the moment when a new event is received, this will increment the notification count.
However, upon viewing the "thread view" read receipts are disabled, therefore the notification count is never disabled.
Splitting events across different timeline sets breaks the contract that all events are in chronological order. Meaning that the way read receipts work is not entirely correct anymore
Design: figma.com/file/T309ztx0sNyOOK6NKVLHsK/Threads?node-id=1246%3A231502
Requirements
The text was updated successfully, but these errors were encountered: