mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-04 22:15:44 -04:00
This patch extracts the `BaseClient::handle_state` method as a new response processor named `state_events::dispatch_and_get_new_users`. It appears that we can do something more elegant with the returned new users. See the next patch.