Damir Jelić

Results 351 comments of Damir Jelić

So this turns out to be a bit of a contrived test, where the test confirms that the SAS bytes match without checking that they actually do so. Nevertheless we...

Requests need to be executed on the Tokio runtime, the runtime and the client are contained inside a `Connection` object which abstracts those away. You'll have to borrow the `connection`...

It should automatically fetch some amount of messages if you switch to a buffer that's empty, at least that's what the Python script does. Also, fetching message history in encrypted...

That feature is part of [Rust 1.51.0](https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html#cargos-new-feature-resolver).

You don't need to set up anything special, as far as I remember pills are just some special HTML link. This could be done using unit tests alone. If you...

`cargo test` will run the unit tests, there's also `cargo xtask` which helps you run them in different configurations. Those same unit tests are of course run as part of...

This can be achieved by configuring reqwest: https://docs.rs/reqwest/latest/reqwest/struct.ClientBuilder.html#method.min_tls_version

Huh? What do timelines have to do with this? The problem is that room info needs to be kept separate if the room is an invited room vs any other...

Hmm perhaps you mean something else by timeline, by timeline I mean the thing that is called `timeline` in the sync response. The SDK requires the room to be in...

We received a report that this is still a problem with the latest release. Reopening in the hope that the reporter will tell us more.