element-hq / element-hq/element-web

Commands to move read receipt and/or fully read marker to point to a particular event

Open
#21,540 2 comments 0 reactions 0 assignees View on GitHub
A-Slash-Commands O-Uncommon T-Enhancement X-Needs-Product Z-Power-Users
Dominant language
TypeScript
Stars
13.5k
Forks
2.8k
PR merge metrics
PR metrics pending

Description

### Your use case

#### What would you like to do?
`/readreceipt ` (alias: `/ack `) : set the read receipt to `event-id`
`/threadreadreceipt ` (alias: `/tack `) : set the thread read receipt to `event-id` in the thread started by `thread-relation-id`
`/fullyread `: set the fully read marker to `event-id`
`/ackallthreads` : set the read receipts and fully read markers of the room and all threads to the latest known events
When used without arguments, a pop-up with the current marker positions should be returned. (`/ack` without arguments should instead point the read receipt to the latest event possible)
#### How would you like to achieve it?
`/readreceipt` should also check for the forward-only invariant client-side, before sending the request to the server side.

### Have you considered any alternatives?

"Mark as unread" but that would be coarse.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.