From 17b8dbf99a60b6b88cbbe877ae428a505671db60 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 22 Apr 2020 10:59:47 -0600 Subject: [PATCH 1/2] Remove encrypted message search feature flag See https://github.com/matrix-org/matrix-react-sdk/pull/4467 --- docs/labs.md | 8 -------- riot.im/develop/config.json | 1 - 2 files changed, 9 deletions(-) diff --git a/docs/labs.md b/docs/labs.md index 0605e6c5e2..01f1fd9d80 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -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 diff --git a/riot.im/develop/config.json b/riot.im/develop/config.json index cf193a6cfb..be3acfa9d9 100644 --- a/riot.im/develop/config.json +++ b/riot.im/develop/config.json @@ -22,7 +22,6 @@ "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" From d43781df499f0d56e2e7785d76e60803f7902da1 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 24 Apr 2020 10:03:14 -0600 Subject: [PATCH 2/2] Remove docs and config for invite only padlocks See https://github.com/matrix-org/matrix-react-sdk/pull/4488 --- docs/labs.md | 5 ----- riot.im/develop/config.json | 1 - 2 files changed, 6 deletions(-) diff --git a/docs/labs.md b/docs/labs.md index 01f1fd9d80..bfabdf292e 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -87,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 diff --git a/riot.im/develop/config.json b/riot.im/develop/config.json index be3acfa9d9..1843aef282 100644 --- a/riot.im/develop/config.json +++ b/riot.im/develop/config.json @@ -21,7 +21,6 @@ "feature_mjolnir": "labs", "feature_dm_verification": "labs", "feature_cross_signing": "enable", - "feature_invite_only_padlocks": "enable", "feature_bridge_state": "labs", "feature_presence_in_room_list": "labs", "feature_custom_themes": "labs"