Skip to content

Commit

Permalink
Merge pull request #13375 from vector-im/travis/release/labs-remove-p…
Browse files Browse the repository at this point in the history
…adlocks

Remove feature flag docs from docs on release
  • Loading branch information
turt2live authored Apr 24, 2020
2 parents 58b7bbd + d43781d commit c0d5a39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
13 changes: 0 additions & 13 deletions docs/labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,6 @@ instead of verifying each of their devices.

This feature is still in development and will be landing in several chunks.

## Event indexing and E2EE search support using Seshat (`feature_event_indexing`)

Adds support for search in E2E encrypted rooms. This enables an event indexer
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.

## Bridge info tab (`feature_bridge_state`)

Adds a "Bridge Info" tab to the Room Settings dialog, if a compatible bridge is
Expand All @@ -95,11 +87,6 @@ tab as the single source of truth just yet.
This adds a presence indicator in the room list next to DM rooms where the other
person is online.

## Show padlocks on invite only rooms (`feature_invite_only_padlocks`)

This adds padlocks to room list tiles and room header for invite only rooms.
This feature flag (unlike most) is enabled by default.

## Custom themes (`feature_custom_themes`)

Custom themes are possible through Riot's [theme support](./theming.md), though
Expand Down
2 changes: 0 additions & 2 deletions riot.im/develop/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
"feature_mjolnir": "labs",
"feature_dm_verification": "labs",
"feature_cross_signing": "enable",
"feature_invite_only_padlocks": "enable",
"feature_event_indexing": "disable",
"feature_bridge_state": "labs",
"feature_presence_in_room_list": "labs",
"feature_custom_themes": "labs"
Expand Down

0 comments on commit c0d5a39

Please sign in to comment.