mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-08 07:56:55 -04:00
Implements support for decryption of state events - [ ] Introduce a case for `AnySyncStateEvent::RoomEncrypted` to the `state_events` sync response processor. - [ ] Introduce modified `Room::decrypt_event` and `::try_decrypt_room_event`. - [ ] Introduce testing macro `assert_let_decrypted_state_event_content`. - [ ] Add casts and explicit type hints where necessary. --------- Signed-off-by: Skye Elliot <actuallyori@gmail.com>