-
-
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
Deleted events visible in room previews (may be stale room previews in general) #17893
Comments
might be that it was an edited msg that was redacted? or that the user parted the room afterwards? |
Right with edits that sounds plausible given a redaction doesn't redact the entire edit chain and message previews will fall-through to the latest message they can show |
actually, the problem seems to be that all room previews are very stale for me on the preview for the room i'm currently looking at is currently ~7 messages behind the actual most recent msg in the room. |
I just saw this again; this time it was simply that an edited msg appeared in the preview, but as this wasn't the most recent msg in the room, it looked like a bug. However, this doesn't explain the screenshot above, when Erik's msg wasn't an edit; just a stale update. I haven't seen this particular failure mode that recently. |
Just had it again; this time it's not an edited message. It showed the 3rd most recent message as the preview rather than the most recent one. |
Actually that one is a duplicate of this whole issue |
Added repro steps and updated Occurrence. I think at most this falls into the "some users regularly" category. We should be following the logic of the timeline. I'll have a look and if it's easy to re-use that logic will add a fix. |
Description
if the most recent msg gets redacted in a room, you can still see it in the preview text in the room list.
Steps:
Expected:
The message "test 2" is not displayed in the preview
Observed:
The message "test 2" is displayed in the preview
The text was updated successfully, but these errors were encountered: