mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #11758 from vector-im/travis/ftue/user-lists/1-initial
Add docs for feature_ftue_dms flag
This commit is contained in:
commit
024c019c5b
@ -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
|
The existing search will transparently work for encrypted rooms just like it
|
||||||
does for non-encrypted.
|
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.
|
||||||
|
@ -21,7 +21,8 @@
|
|||||||
"feature_mjolnir": "labs",
|
"feature_mjolnir": "labs",
|
||||||
"feature_dm_verification": "labs",
|
"feature_dm_verification": "labs",
|
||||||
"feature_cross_signing": "labs",
|
"feature_cross_signing": "labs",
|
||||||
"feature_event_indexing": "labs"
|
"feature_event_indexing": "labs",
|
||||||
|
"feature_ftue_dms": "labs"
|
||||||
},
|
},
|
||||||
"welcomeUserId": "@riot-bot:matrix.org",
|
"welcomeUserId": "@riot-bot:matrix.org",
|
||||||
"piwik": {
|
"piwik": {
|
||||||
|
Loading…
Reference in New Issue
Block a user