matrix-org / matrix-org/matrix-python-sdk
Work with read receipts
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 266
- Forks
- 118
- PR merge metrics
- No merged PRs in 30d
Description
See https://matrix.org/docs/spec/client_server/r0.3.0.html#id57 for documentation. Consider implementing so that doing anything with a particular event automatically marks it as read (would only be desirable for bots, so implementation would have to account for that somehow).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Matrix Client-Server specification section on read receipts, then inspect the SDK's event-handling entry points to determine where an event is considered handled. The behavior must support automatically marking a particular event as read for bots while accounting for non-bot clients; the issue does not name files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100