mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-25 09:39:34 -04:00
This patch set does two things: 1. Extracted the logic to collect the devices that should receive a room key. 2. Introduce a new CollectStrategy enum which defines which rules are used to collect recipient devices for a room key. Currently only the existing rules have beenmoved under this enum.