mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Remove encrypted message search feature flag
See https://github.com/matrix-org/matrix-react-sdk/pull/4467
This commit is contained in:
parent
58b7bbd3d2
commit
17b8dbf99a
@ -75,14 +75,6 @@ instead of verifying each of their devices.
|
|||||||
|
|
||||||
This feature is still in development and will be landing in several chunks.
|
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`)
|
## 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
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
"feature_dm_verification": "labs",
|
"feature_dm_verification": "labs",
|
||||||
"feature_cross_signing": "enable",
|
"feature_cross_signing": "enable",
|
||||||
"feature_invite_only_padlocks": "enable",
|
"feature_invite_only_padlocks": "enable",
|
||||||
"feature_event_indexing": "disable",
|
|
||||||
"feature_bridge_state": "labs",
|
"feature_bridge_state": "labs",
|
||||||
"feature_presence_in_room_list": "labs",
|
"feature_presence_in_room_list": "labs",
|
||||||
"feature_custom_themes": "labs"
|
"feature_custom_themes": "labs"
|
||||||
|
Loading…
Reference in New Issue
Block a user