Skip to content

Commit 024c019

Browse files
authored
Merge pull request #11758 from vector-im/travis/ftue/user-lists/1-initial
Add docs for feature_ftue_dms flag
2 parents b025568 + 514e9b7 commit 024c019

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/labs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,10 @@ that downloads, stores, and indexes room messages for E2E encrypted rooms.
8181

8282
The existing search will transparently work for encrypted rooms just like it
8383
does for non-encrypted.
84+
85+
## New DM invite dialog (`feature_ftue_dms`)
86+
87+
An improved dialog for inviting users. Once finished, this will replace both the
88+
DM creation dialog and the 'invite user' dialog. This is a work in progress and
89+
as such not all functionality may be present until the feature replaces today's
90+
UX.

riot.im/develop/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"feature_mjolnir": "labs",
2222
"feature_dm_verification": "labs",
2323
"feature_cross_signing": "labs",
24-
"feature_event_indexing": "labs"
24+
"feature_event_indexing": "labs",
25+
"feature_ftue_dms": "labs"
2526
},
2627
"welcomeUserId": "@riot-bot:matrix.org",
2728
"piwik": {

0 commit comments

Comments
 (0)