Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS SDK is not updating the list of tracked user/devices after loading members of a Lazy Loaded room #5158

Open
BillCarsonFr opened this issue Nov 17, 2021 · 1 comment
Labels
A-E2EE A-SDK O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience S-Minor Impairs non-critical functionality or suitable workarounds exist T-Defect Something isn't working: bugs, crashes, hangs and other reported problems

Comments

@BillCarsonFr
Copy link
Member

BillCarsonFr commented Nov 17, 2021

Steps to reproduce

The first time an API call to members/ is made on an e2e room the MXDeviceList Manager is not updated to track the full user list (like the js-sdk is doing here)

Outcome

Depending on the PreSharingStrategy, some users might not be tracked at all (and wont receive e2e messages)

The default strategy should be ok thus, because for example in app shareEncryptionKeys is called and then will do a ensureEncryptionInRoom
Any how tracking after a load from server would be more efficient as it could start downloading keys earlier

@BillCarsonFr BillCarsonFr added T-Defect Something isn't working: bugs, crashes, hangs and other reported problems A-E2EE labels Nov 17, 2021
@pixlwave pixlwave added A-SDK O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience S-Minor Impairs non-critical functionality or suitable workarounds exist labels Nov 22, 2021
@pixlwave
Copy link
Member

SDK version would have been v0.20.9 at the time this was open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-E2EE A-SDK O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience S-Minor Impairs non-critical functionality or suitable workarounds exist T-Defect Something isn't working: bugs, crashes, hangs and other reported problems
Projects
None yet
Development

No branches or pull requests

2 participants