Merge pull request #74 from vector-im/travis/seshat-enable

Remove encrypted message search feature flag
This commit is contained in:
J. Ryan Stinnett 2020-04-23 10:22:23 +01:00 committed by GitHub
commit bcb0611ee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -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"

View file

@ -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,