You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InvisibleCrypto | Share Room Keys: Refactoring, create a new Trait to collect session recipients and refactor to allow for a future strategy based on identity
#3562
Closed
BillCarsonFr opened this issue
Jun 17, 2024
· 0 comments
· Fixed by #3605
Prep-work Refactor GroupSessionManager#collect_session_recipients and extract a trait responsible of collecting the target devices (RoomKeyShareStrategy trait). No changes on functionality
The text was updated successfully, but these errors were encountered:
BillCarsonFr
changed the title
Share Room Keys | Refactoring, create a new Trait to collect sessions recipient and refactor to allow for a future strategy based on identity
Share Room Keys | InvisibleCrypto: Refactoring, create a new Trait to collect sessions recipient and refactor to allow for a future strategy based on identity
Jun 17, 2024
richvdh
changed the title
Share Room Keys | InvisibleCrypto: Refactoring, create a new Trait to collect sessions recipient and refactor to allow for a future strategy based on identity
Share Room Keys | InvisibleCrypto: Refactoring, create a new Trait to collect session recipients and refactor to allow for a future strategy based on identity
Jun 17, 2024
richvdh
changed the title
Share Room Keys | InvisibleCrypto: Refactoring, create a new Trait to collect session recipients and refactor to allow for a future strategy based on identity
InvisibleCrypto | Share Room Keys: Refactoring, create a new Trait to collect session recipients and refactor to allow for a future strategy based on identity
Jun 27, 2024
As part of Invisible Crypto.
No functionality change. This a first step that would allow next to add a new strategy when distributing keys.
Notes from https://github.com/element-hq/crypto-internal/issues/307:
Prep-work Refactor
GroupSessionManager#collect_session_recipients
and extract a trait responsible of collecting the target devices (RoomKeyShareStrategy
trait). No changes on functionalityThe text was updated successfully, but these errors were encountered: