mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-12 18:21:21 -04:00
`split_devices_for_user` returns a superset of the results of `split_recipients_withhelds_for_user_based_on_identity`: let's reflect that in the return types so we can start to share code. Also, rename `split_recipients_withhelds_for_user_based_on_identity` to `split_devices_for_user_for_identity_based_strategy` while we are here.