mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Remove encrypted message search feature flag
See https://github.com/matrix-org/matrix-react-sdk/pull/4467
This commit is contained in:
parent
d40a2752c0
commit
7747cad84d
@ -23,7 +23,6 @@
|
||||
"feature_dm_verification": "labs",
|
||||
"feature_cross_signing": "enable",
|
||||
"feature_invite_only_padlocks": "enable",
|
||||
"feature_event_indexing": "enable",
|
||||
"feature_bridge_state": "labs",
|
||||
"feature_presence_in_room_list": "labs",
|
||||
"feature_custom_themes": "labs"
|
||||
|
@ -24,8 +24,7 @@
|
||||
"policyUrl": "https://matrix.org/legal/riot-im-cookie-policy"
|
||||
},
|
||||
"features": {
|
||||
"feature_cross_signing": "enable",
|
||||
"feature_event_indexing": "enable"
|
||||
"feature_cross_signing": "enable"
|
||||
},
|
||||
"enable_presence_by_hs_url": {
|
||||
"https://matrix.org": false,
|
||||
|
Loading…
Reference in New Issue
Block a user