matrix-org / matrix-org/matrix-rust-sdk
[Task] Room preview should try to update the local data
Open
@jmartinesp is already working on this.
Since Feb 27, 2025.
- Dominant language
- Rust
- Stars
- 2.3k
- Forks
- 500
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 106
Description
Currently, using the room preview api for room we already know, like those with invited or knocked states, is waiting for the server to return, because we want to ensure the data is accurate.
Could be nice to return the local data right away, but still try to fetch data from server, and save this updated data in the store.
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.
Assessment
This issue has not been assessed yet.