Implement 'Jump to first unread message' feature in rooms using m.fully_read marker
See original GitHub issueSeems 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:
- Created 4 years ago
- Reactions:9
- Comments:8 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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)
Implemented by #592