Damir Jelić
Damir Jelić
Yeah this is still missing, it likely wouldn't be too much work, though we do want to convert nio to be powered by the [matrix-rust-sdk](https://github.com/matrix-org/matrix-rust-sdk/) using [PyO3](https://github.com/PyO3/pyo3), so this might...
Feel free to tackle it in that case.
If you instead indeed need to convert libolm pickles of a `GroupSession` #68 adds this as well.
#1022 isn't just a refactoring, the original method has quite a big flaw. If you call `Client.create_room()` inside an event handler you're going to deadlock. This is quite the usability...
We decided for #1022 to go with the route of creating an empty room object that only contains a `room_id` and add guards preventing you to send any messages before...
> Examples would be locks like Mutex or the Dashmap that the SDK heavily uses. So just because something can be potentially a deadlock, doesn't mean it necessarily should be...
I was going to ask if we could get rid of the scripts in #985. So yes from me.
Seems like the proxy has an issue with one-time key counts, opened https://github.com/matrix-org/sliding-sync/issues/52 for that.
And another, rather critical issue: https://github.com/matrix-org/sliding-sync/issues/53
Yeah that seems sensible, care to turn this into a PR?