Revert "Release Sign in with QR out of labs (#10066)" (#10176)

This commit is contained in:
Hugh Nimmo-Smith 2023-02-16 12:10:52 +00:00 committed by GitHub
parent a3a2a0f914
commit f0359a5c18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 66 additions and 12 deletions

View file

@ -496,6 +496,16 @@ export const SETTINGS: { [setting: string]: ISetting } = {
),
},
},
"feature_qr_signin_reciprocate_show": {
isFeature: true,
labsGroup: LabGroup.Experimental,
supportedLevels: LEVELS_FEATURE,
displayName: _td(
"Allow a QR code to be shown in session manager to sign in another device " +
"(requires compatible homeserver)",
),
default: false,
},
"feature_rust_crypto": {
// use the rust matrix-sdk-crypto-js for crypto.
isFeature: true,