From 49fd9f827d18d9511d47f15bafb561d9a84564c3 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Tue, 6 Oct 2020 15:29:45 -0400 Subject: [PATCH] document dehydration feature flag --- docs/labs.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/labs.md b/docs/labs.md index 50f9e589ed..a3130c29af 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -106,3 +106,8 @@ To enable message previews for reactions in DMs, enable `feature_roomlist_previe represent what communities v2 will look/feel like and can/will change without notice. Due to the early stages this feature is in and the requirement for a compatible homeserver, we will not be accepting issues or feedback for this functionality at this time. + +## Dehydrated devices (`feature_dehydration`) + +Allows users to receive encrypted messages by creating a device that is stored +encrypted on the server, as described in [MSC2697](https://github.com/matrix-org/matrix-doc/pull/2697).