Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9107431

Browse files
committed
Update docs on Features.RustCrypto
1 parent cab0b96 commit 9107431

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/settings/Settings.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,14 @@ export enum Features {
9797
VoiceBroadcastForceSmallChunks = "feature_voice_broadcast_force_small_chunks",
9898
NotificationSettings2 = "feature_notification_settings2",
9999
OidcNativeFlow = "feature_oidc_native_flow",
100-
// If true, every new login will use the new rust crypto implementation
101-
RustCrypto = "feature_rust_crypto",
102100
ReleaseAnnouncement = "feature_release_announcement",
101+
102+
/** If true, use the Rust crypto implementation.
103+
*
104+
* This is no longer read, but we continue to populate it on all devices, to guard against people rolling back to
105+
* old versions of EW that do not use rust crypto by default.
106+
*/
107+
RustCrypto = "feature_rust_crypto",
103108
}
104109

105110
export const labGroupNames: Record<LabGroup, TranslationKey> = {

0 commit comments

Comments
 (0)