Release Sign in with QR out of labs (#10182)

This commit is contained in:
Hugh Nimmo-Smith
2023-02-17 09:27:57 +00:00
committed by GitHub
parent 62f968be7c
commit a854e941cc
9 changed files with 12 additions and 66 deletions
-10
View File
@@ -496,16 +496,6 @@ 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,