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

Room List API: Expose an indicator when the user has been mentioned in a room #2607

Closed
manuroe opened this issue Sep 22, 2023 · 3 comments
Closed

Comments

@manuroe
Copy link
Contributor

manuroe commented Sep 22, 2023

Update the Room List API to achieve element-hq/element-meta#2064

@jplatte
Copy link
Collaborator

jplatte commented Sep 22, 2023

We don't really need to do anything to support reading intentional mentions, that's already handled by Ruma and the push rules should take care of the regular username scanning being skipped. However, before we implement any additional indicators in the room list, we have to implement a better mark-room-read logic, otherwise we will get similar bugs as element web where it is very common to get rooms stuck in an unread state.

@Velin92
Copy link
Contributor

Velin92 commented Dec 18, 2023

Kamino cloned this issue to matrix-org/matrix-rust-sdk

@bnjbvr
Copy link
Member

bnjbvr commented Dec 21, 2023

This is available through the RoomInfo. It's not reflected in real-time because the Room List API doesn't automatically update whenever the RoomInfo is updated, but that's a separate issue. Calling this done, unless something else is missing.

@bnjbvr bnjbvr closed this as completed Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants