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

Rebase iOS Element 1.10.10 minimun (pour permettre le renvoi de clés de chiffrement automatique) #814

Closed
jdauphant opened this issue Apr 25, 2023 · 2 comments · Fixed by #815
Assignees

Comments

@jdauphant
Copy link

jdauphant commented Apr 25, 2023

Element 1.10.10 : https://github.com/vector-im/element-ios/releases/tag/v1.10.10

Changes in 1.10.10 (2023-04-12)

🙌 Improvements

@NicolasBuquet
Copy link
Contributor

Le pourcentage d'activation de la nouvelle Crypto Rust sera de 100% sur tests internes et tests externes mais sera progressif sur Prod.

@NicolasBuquet
Copy link
Contributor

In actual source code, each time the crypto is started, it is given a chance to activate the new cryptoSDK module for current user, based on availability of the module and the roolout level.

    // Each time we construct the crypto module (app launch, login etc) we have a chance to try to enable
    // the newer SDK crypto module, if it is available for this particular user.
    [MXSDKOptions.sharedInstance.cryptoSDKFeature enableIfAvailableForUserId:mxSession.myUserId];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: done
Development

Successfully merging a pull request may close this issue.

2 participants