mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-16 12:43:01 -04:00
6d12ed2046dcc6e495e04260437014e3ab6b93d3
The crypto state machine is in the base client behind a separate lock so there's no need to require write access. This removes a deadlock if we're trying to send an encrypted message from a event emitter callback, since emitting an event fetches a read lock as well.
Description
Languages
Rust
99.7%
HTML
0.2%