-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
RoomTile badge not updated when RR received #6357
Comments
The immediate fix for this is to make RoomTiles listen for read receipts. Long term, we want to expose a matrix-js-sdk event that fires when the notification count for a room changes instead of making assumptions about the kind of events that will cause the count to update (as I did with matrix-org/matrix-react-sdk#1801). |
Potentially related: #6010 |
@turt2live doubtful - this particular bug was most certainly introduced following RoomList optimisations. |
:( okay. |
This causes flickering because RoomList also listens to read receipts. Removing this has been declared invasive so we'll do a different fix: getting room notif count when the room tile is given new props. |
This was caused by the recent optimisations to RoomTiles (matrix-org/matrix-react-sdk#1801)
The text was updated successfully, but these errors were encountered: