Skip to content

Commit e3aee58

Browse files
authored
Merge pull request #27619 from element-hq/rav/rust_migration_rollout_phase3
Remove outdated rust-crypto settings config
2 parents 9f9cd6f + ea158ed commit e3aee58

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

docs/labs.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -110,29 +110,6 @@ This is useful while we experiment with encryption and to make calling compatibl
110110

111111
Enables rendering of MD / HTML in room topics.
112112

113-
## Use the Rust cryptography implementation (`feature_rust_crypto`) [In Development]
114-
115-
Configures Element to use a new cryptography implementation based on the [matrix-rust-sdk](https://github.com/matrix-org/matrix-rust-sdk).
116-
117-
This setting is (currently) _sticky_ to a user's session: it only takes effect when the user logs in to a new session. Likewise, even after disabling the setting in `config.json`, the Rust implementation will remain in use until users log out.
118-
119-
This configuration value is now set to `true` by default. This means that without any additional configuration
120-
every new login will use the new cryptography implementation.
121-
122-
For administrators looking to transition existing users to the new stack, the `RustCrypto.staged_rollout_percent` configuration is available.
123-
This configuration allows for a phased migration of users, represented as an integer percentage (0 to 100). By default, this value is set to `0`,
124-
which means no existing users will be migrated to the new stack. If you wish to migrate all users, you can adjust this value to `100`.
125-
126-
This configuration should be placed under the `setting_defaults` section as shown:
127-
128-
```
129-
"setting_defaults": {
130-
"RustCrypto.staged_rollout_percent": 20
131-
},
132-
```
133-
134-
By adjusting the `RustCrypto.staged_rollout_percent` value, you can control the migration process according to your deployment strategy.
135-
136113
## New room header & details (`feature_new_room_decoration_ui`) [In Development]
137114

138115
Refactors visually the room header and room sidebar

0 commit comments

Comments
 (0)