question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implement 'Jump to first unread message' feature in rooms using m.fully_read marker

See original GitHub issue

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. Also X 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-markers

So I suggest to implement Jump to first unread message earlier, than displaying read markers.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:9
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
jtagcatcommented, Jul 14, 2019

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)

1reaction
bmartycommented, Oct 9, 2019

Implemented by #592

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Jump to first unread message" / Read Marker is really annoying
It's stalkerish to have a chat room where you track which messages everyone has read and nag them about which ones are "new"...
Read more >
Keep track of conversations in Messages on iPhone
Keep track of conversations in Messages on iPhone. In the Messages app , you can mark messages as unread or pin and unpin...
Read more >
Client-Server API - Matrix.org
Once the OAuth flow has completed, the client retries the request with the session only, as above. 5.3.4.5 Email-based (identity server). Type: m.login.email...
Read more >
How to Create Unread Message Notifications for Your App's ...
If you have (or will ever have) a messaging feature in your app, there are some key things you need to do outside...
Read more >
Marking a message as unread in conversation
When you use this feature, you'll see a message count that indicates the number of ... To reread a conversation from the unread...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found