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

The PR https://github.com/matrix-org/matrix-rust-sdk/pull/3054 fixed a bug with implicit receipts where: 1. You receive a mention in a thread. 2. You reply to that thread in a different client (Element Web...

It would be a nice addition to Matrix clients to help preserve privacy by stripping sensitive EXIF data from images that are uploaded. Obviously non-sensistive metadata, such as image rotation,...

The authentication service grew too big for the FFI a long time ago. It needs moving into the main SDK and properly covering with tests.

In Element/IOS the encryption is used by the main app and the Share extension running as different processes. This leads to reproducible inconsisteny of the message ID (and I fear...

encryption

From time to time we are getting this error on various clients. Element R iOS shows it as a modal: I think most other clients (including Element Web R and...

encryption

Sending media attachments through the Timeline should make use of local echoes for a seamless experience

A-Timeline
A-Media

After verification, element-web shows a completion dialog along the lines of "You've successfully verified \: (\)!". The `VerificationRequest` class thows away details like the device ID once the verification completes....

I just tried to build `matrix-sdk` as a dependency in my program with the following invocation in `cargo.toml`: ```toml matrix-sdk = { version = "0.7.0", features = ["e2e-encryption"], default-features =...

documentation
help wanted

I'm pretty sure @ara4n had an issue or rageshake about the unexpected behavior where sending another message after a few have failed can succeed w/o retrying the failed ones, if...