From 16e384172c0b4381343a1e9178db3766da5d09ad Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 2 Jan 2020 17:44:58 -0700 Subject: [PATCH 1/2] Add docs for feature_ftue_dms flag This should hopefully be short-lived. For https://github.com/matrix-org/matrix-react-sdk/pull/3792 --- docs/labs.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/labs.md b/docs/labs.md index cb797b61a..9de686b1e 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -81,3 +81,10 @@ that downloads, stores, and indexes room messages for E2E encrypted rooms. The existing search will transparently work for encrypted rooms just like it does for non-encrypted. + +## New DM invite dialog (`feature_ftue_dms`) + +An improved dialog for inviting users. Once finished, this will replace both the +DM creation dialog and the 'invite user' dialog. This is a work in progress and +as such not all functionality may be present until the feature replaces today's +UX. From 514e9b754aaf1092a024efa8c1096657bfd47464 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 3 Jan 2020 10:25:09 -0700 Subject: [PATCH 2/2] Add FTUE User Lists to develop config --- riot.im/develop/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/riot.im/develop/config.json b/riot.im/develop/config.json index 16ebbc3a1..7e7a4a63c 100644 --- a/riot.im/develop/config.json +++ b/riot.im/develop/config.json @@ -21,7 +21,8 @@ "feature_mjolnir": "labs", "feature_dm_verification": "labs", "feature_cross_signing": "labs", - "feature_event_indexing": "labs" + "feature_event_indexing": "labs", + "feature_ftue_dms": "labs" }, "welcomeUserId": "@riot-bot:matrix.org", "piwik": {