-
Notifications
You must be signed in to change notification settings - Fork 729
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
Implement 'Jump to first unread message' feature in rooms using m.fully_read marker #328
Comments
Ow, I look at wrong place https://github.com/vector-im/riotX-android/projects/1 |
Note: some users prefer to jump to first, without losing their last read position (read few first unread, then jump back to their last position) |
Addition to ny comment: In discord I hate when I reply to someone, after sending the message, it automatically moves me to the bottom. RiotX already opens a new page what you can close with x, when you click jump to 1st. |
Related to #84 |
-> next sprint |
Implemented by #592 |
"Jump marker" some times freeze: Video: RiotX version: 0.7.0 G-b1099 |
Same problem for me with unmarkable as read messages sometimes. Workaround is scroll down to next messages (for hide problematic message from screen) and use "jump to unread" |
Seems at now RiotX miss
Jump to first unread message
feature, that scroll room timeline to first unread message. This is very important feature for most of users, especially in rooms with many members. AlsoX
action for mark all as read.I can't find issue about implementing this feature, only about displaying read markers #84 in phase2. But displaying markers is not so important comparing to
Jump to first unread message
feature.For implement jumping we can use
m.fully_read
marker from spec https://matrix.org/docs/spec/client_server/r0.4.0#fully-read-markersSo I suggest to implement
Jump to first unread message
earlier, than displaying read markers.The text was updated successfully, but these errors were encountered: