Damir Jelić

Results 351 comments of Damir Jelić

The first part, allowing foreign languages to use `tracing` was done in https://github.com/matrix-org/matrix-rust-sdk/pull/1692.

I think this is more about the encryption and uploading step, since media that we're downloading will be in memory anyways. Nevertheless we model this using a `Reader` so you...

One thing we should note here, to try to instill some sense of urgency, is that this currently panics: https://github.com/matrix-org/matrix-rust-sdk/blob/4e8c63e4e0c97aa18ffd10cc7891a65539bb3332/bindings/matrix-sdk-ffi/src/room_member.rs#L41-L43

Please add the things I mentioned in my initial PR review as well, most notably support for `m.room.encrypted` events.

> Should also remove withheld code blacklisted This first needs to happen at the spec level.

Turns out, in the older rooms where the algorithm is set to `m.olm.*` it is common to get a undecryptable event you sent yourself. In that case we should take...

Hmm, I can't seem to find where this would happen. Ruma itself parses the issuer into a `String` type, on the other hand wherever we parse the `issuer` into something...

You can link to the line in question by posting a permalink: https://github.com/matrix-org/matrix-rust-sdk/blob/5cb587a60b14cabc8fc5521c33832bca416f6bd8/crates/matrix-sdk/src/oidc/backend/server.rs#L82

Closing since this has been put on the back-burner for now.

> Network failures can happen when talking to the user's own homeserver though. That doesn't fall under this issue, we abort the encrypting and sending of the message if a...