Skip to content
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

Self-sent msgs mark rooms as unread #639

Closed
Tracked by #1043
ara4n opened this issue Feb 25, 2023 · 5 comments · Fixed by #1426
Closed
Tracked by #1043

Self-sent msgs mark rooms as unread #639

ara4n opened this issue Feb 25, 2023 · 5 comments · Fixed by #1426
Assignees
Labels
A-Room-List O-Occasional Affects or can be seen by some users regularly or most users rarely S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect

Comments

@ara4n
Copy link
Member

ara4n commented Feb 25, 2023

Steps to reproduce

  1. go into an unread room
  2. send a message
  3. go out; observe that the room is still marked as unread
  4. go in again
  5. go out again; observer thst the room is now marked as read

Outcome

What did you expect?

reliable read state

What happened instead?

Your phone model

No response

Operating system version

No response

Application version

1.0.23 (42)

Homeserver

No response

Will you send logs?

No

@ara4n ara4n added the T-Defect label Feb 25, 2023
@kittykat kittykat added A-Room-List S-Major Severely degrades major functionality or product features, with no satisfactory workaround O-Occasional Affects or can be seen by some users regularly or most users rarely labels Feb 27, 2023
@ara4n
Copy link
Member Author

ara4n commented Mar 25, 2023

Another aspect of this is that you can end up with a RM above your own last sent msg, like this, which feels super flakey:

image

@kittykat
Copy link
Contributor

kittykat commented Jul 5, 2023

Can't reproduce this in current TF, please reopen if you're still seeing it

@kittykat kittykat closed this as completed Jul 5, 2023
@kittykat
Copy link
Contributor

I'm seeing this on today's TF

@kittykat kittykat reopened this Jul 12, 2023
@ara4n
Copy link
Member Author

ara4n commented Jul 16, 2023

i still see this constantly.

@pixlwave
Copy link
Member

There's a little more to this than meets the eye. Sending a message doesn't mark the room as unread. However because EX currently only sends a read receipt on open/close of the room the issue can be reproduced as follows:

  • Open a room (it will be marked as read).
  • Wait for someone else to send a message (it will be marked as unread).
  • Send a message (it remains unread, will investigate why).
  • Close the room (it appears unread until the read receipt is sent).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Room-List O-Occasional Affects or can be seen by some users regularly or most users rarely S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants