-
-
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
Clearing the cache creates spurious unread markers for empty rooms #19560
Comments
The only way to get rid of the "unread messages" marker seems to be to post a message. Which is not always desirable, e.g. in emergency message rooms. |
Could you maybe elaborate a bit more regarding that clean-up. |
The server admins did that - see this message and this message. Any technical questions are better asked to the poster of those messages, who is one of the two admins. |
Maybe I can answer this question, since I have the same Problem in Element Desktop (right now, Element version: 1.10.11, Olm version: 3.2.8) and I am my own server admin: I know the messages were deleted by Synapse through its retention policy. |
Is there a way to workaround this Problem? It is highly annoying and makes element unusable. |
I've been moving these conversations to low priority.. Works, but definitely not ideal. |
fixes element-hq/element-web#19560 Signed-off-by: smoebody <[email protected]>
fixes element-hq/element-web#19560 Signed-off-by: smoebody <[email protected]>
This also happens if the server has a message retention policy configured. If you clear the cache (or have to logout and login again for some reason) after the messages have been deleted on the server, you run into exactly this issue. Feel free to ping me, if you need any more info than that, but it's fairly easy to reproduce. |
@shoetten that's part of element-hq/element-meta#729 - given the client has no support for it, it won't be able to handle it's edge cases. |
I can report, that the markers have gone after upgrading to element 1.11.5 and synapse 1.67.0 |
Hmm, that sounds interesting - Synapse 1.67.0 removes support for unstable private read receipts, maybe that is related. Can anyone still see this? |
just tested with Synapse 1.67.0 and Element version 1.11.5 - Sadly, I still see the issue. |
i also disabled the retention-feature. maybe thats why |
My home server recently did a clean-up, with the result that some long unused rooms have zero events left. When I cleared my cache, all those rooms show up with an 'unread messages' marker - that I cannot get rid of. They also percolate to the top of the room list, pushing rooms with real unread messages down, and out of the letterbox.
The text was updated successfully, but these errors were encountered: