From 68401a52f339c75c57e17b6290479c4d8854d968 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 15 Apr 2020 18:37:48 +0100 Subject: [PATCH] Enable cross-signing / E2EE by default for DM on release Part of https://github.com/vector-im/riot-web/issues/13178 --- riot.im/release/config.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/riot.im/release/config.json b/riot.im/release/config.json index b237f0e..b64dbe3 100644 --- a/riot.im/release/config.json +++ b/riot.im/release/config.json @@ -23,14 +23,9 @@ "siteId": 1, "policyUrl": "https://matrix.org/legal/riot-im-cookie-policy" }, - "phasedRollOut": { - "feature_lazyloading": { - "offset": 1539684000000, - "period": 604800000 - } - }, "features": { - "feature_lazyloading": "enable" + "feature_cross_signing": "enable", + "feature_event_indexing": "enable" }, "enable_presence_by_hs_url": { "https://matrix.org": false,