matrix-rust-sdk icon indicating copy to clipboard operation
matrix-rust-sdk copied to clipboard

Matrix Client-Server SDK for Rust

Results 279 matrix-rust-sdk issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I'm redacting a state event with `JoinedRoom::redact(state_event_id)` and the trace log shows that the following sync contains the redaction event. When I retrieve the original state event...

**Is your feature request related to a problem? Please describe.** I would like to start DM chats using my bot (my bot is actually going to test other bots ,...

enhancement

This will be needed for things like MSC3401 VoIP where arbitrary event shapes will need encrypting and sending as to-device messages.

enhancement
bindings

After implementing a generic timeout function for futures in `matrix-sdk-common` with #888, the unit test `with_timeout` fails for target architecture `wasm32`. Instead of using `tokio::time::timeout` like all other architectures, the...

This PR implement [MSC 3575: sliding sync](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) in a reactive API on client, behind a feature-flag. It is using the [ruma draft PR for those new events](https://github.com/ruma/ruma/pull/999#discussion_r886774323). For testing this...

Not very impressive, I know 😅 I'm currently waiting on https://github.com/mozilla/uniffi-rs/pull/1298 before continuing my UniFFI proc-macro work.

There's no `From` and `From` for `matrix_sdk::Error`. This makes using e.g. `make_store_config` and `ClientBuilder` harder than necessary. Is there a reason for this? @jplatte [mentions a discussion](https://matrix.to/#/!iYnZafYUoXkeVPOSQh:matrix.org/$f1SECzstdusUl62B4SCYqExc53uUDyoGl3rHbw0Ji0U?via=matrix.org&via=envs.net&via=gnome.org) may have happened...

The matrix-sdk-appservice crate should be considered experimental until this issue gets closed Docs: https://matrix-org.github.io/matrix-rust-sdk/matrix_sdk_appservice/index.html ## Todo ### Bugs - [ ] regex matching on registration namespaces chokes on escape sequences...

enhancement
help wanted