robrix icon indicating copy to clipboard operation
robrix copied to clipboard

Subscribe to Own Read Receipt not updating Jump to Bottom unread message badge

Open alanpoon opened this issue 9 months ago • 3 comments

https://github.com/user-attachments/assets/136f1c85-3e09-4618-b42a-082493e2ceee

The Roomlist's unread message badge cleared when other logged in devices read the last message but not the Jump to bottom's badge.

alanpoon avatar Feb 24 '25 12:02 alanpoon

After I checked The Element, the behavior is the same. The unread message count in the JTB badge also won't be updated.

alanpoon avatar Feb 25 '25 14:02 alanpoon

hmm, well we don't just want to blindly copy Element's behavior. I think your initial idea was correct.

It sounds like we do want to keep the JTB button's badge in sync with the RoomsList unread badge. Shouldn't all badges be in sync with each other?

kevinaboos avatar Feb 25 '25 20:02 kevinaboos

hmm, well we don't just want to blindly copy Element's behavior. I think your initial idea was correct.

It sounds like we do want to keep the JTB button's badge in sync with the RoomsList unread badge. Shouldn't all badges be in sync with each other?

If we sync the JTB button's badge, do we have to also sync the message scroll bar?

alanpoon avatar Feb 26 '25 07:02 alanpoon

hmm, well we don't just want to blindly copy Element's behavior. I think your initial idea was correct. It sounds like we do want to keep the JTB button's badge in sync with the RoomsList unread badge. Shouldn't all badges be in sync with each other?

If we sync the JTB button's badge, do we have to also sync the message scroll bar?

What's the message scroll bar?

I wasn't referring to synchronizing the position of the scroll bar or anything like that. I just meant that we want all UnreadBadges for the same room to all show the same value: the one in the rooms list sidebar, and the value in the JTB button's badge.

kevinaboos avatar Jun 28 '25 00:06 kevinaboos