Merge pull request #12015 from vector-im/travis/user-lists-labs

Remove docs for new invite dialog labs feature
This commit is contained in:
Travis Ralston 2020-01-24 08:57:36 -07:00 committed by GitHub
commit 2445f19431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View file

@ -82,12 +82,6 @@ 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 invite dialog (`feature_ftue_dms`)
An improved dialog for inviting users. This replaces both the DM creation dialog
and the 'invite user' dialog, using your recent DMs as a suggestion for who to chat
with.
## Bridge info tab (`feature_bridge_state`) ## Bridge info tab (`feature_bridge_state`)
Adds a "Bridge Info" tab to the Room Settings dialog, if a compatible bridge is Adds a "Bridge Info" tab to the Room Settings dialog, if a compatible bridge is

View file

@ -22,7 +22,6 @@
"feature_dm_verification": "labs", "feature_dm_verification": "labs",
"feature_cross_signing": "labs", "feature_cross_signing": "labs",
"feature_event_indexing": "disable", "feature_event_indexing": "disable",
"feature_ftue_dms": "labs",
"feature_bridge_state": "labs", "feature_bridge_state": "labs",
"feature_presence_in_room_list": "labs" "feature_presence_in_room_list": "labs"
}, },