matrix-org / matrix-org/matrix-rust-sdk
Missing APIs for accessing State Events and AccountData
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 2.3k
- Forks
- 500
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 106
Description
The Rust SDK on Android does not provide any API to access State Events or AccountData, unlike other Matrix SDKs.
Methods such as getStateEvent, stateEvent, or any AccountData access are not available.
This currently limits client-side data synchronization.
Please consider adding these APIs.
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 by reviewing the Rust SDK's Android API surface and how existing client-side data synchronization APIs are exposed. Compare the available interfaces with the State Events and AccountData access described in the issue, then define the required API scope and verify that both categories can be accessed by Android clients.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100