From 1b388ab1ca7b3fde32cbb64847d457d1df291180 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Fri, 10 Feb 2023 17:54:12 +0000 Subject: [PATCH 1/2] labs.md: add notes about `feature_rust_crypto` --- docs/labs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/labs.md b/docs/labs.md index 8a98056161b..bbabdba6d45 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -189,3 +189,9 @@ Enables users to bookmark a message or content for a later reference. ## Sign in another device by showing a QR code (`feature_qr_signin_reciprocate_show`) Add capability to the session/device manager screens to generate a QR code to sign in another device + set up E2EE. This requires the homeserver to have support for [MSC3882](https://github.com/matrix-org/matrix-spec-proposals/pull/3882) and [MSC3886](https://github.com/matrix-org/matrix-spec-proposals/pull/3886) enabled. + +## Use the Rust cryptography implementation (`feature_rust_crypto`) [In Development] + +Configures Element to use a new cryptography implementation based on the [matrix-rust-sdk](https://github.com/matrix-org/matrix-rust-sdk). + +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 implemention will remain in use until users log out. From ec2c64b9d0f836e2e98e0e406b7bb53e39b696c2 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 13 Feb 2023 09:58:17 +0000 Subject: [PATCH 2/2] prettify --- docs/labs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/labs.md b/docs/labs.md index bbabdba6d45..9763576e908 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -194,4 +194,4 @@ Add capability to the session/device manager screens to generate a QR code to si Configures Element to use a new cryptography implementation based on the [matrix-rust-sdk](https://github.com/matrix-org/matrix-rust-sdk). -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 implemention will remain in use until users log out. +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 implemention will remain in use until users log out.