mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-04 22:15:44 -04:00
This patch creates the `state_events::collect_sync` and `collect_stripped` response processors. It removes the `BaseClient::deserialize_state_events` and `deserialize_stripped_state_events` methods. It also removes a couple of `Vec` allocations and a couple of clones.