mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 02:55:47 -04:00
An encryption state request was failing, but before the patch, subsequent requests would end up in success, while this wasn't the case. The new failure introduced by this patch was a real one, because the encryption state was not mocked as part of this test (which tries to send a message to a homeserver).