From 887b2e28115d64a0c27f1df52e3ad21465e777f4 Mon Sep 17 00:00:00 2001 From: Mohamad Jaara Date: Thu, 28 Mar 2024 11:59:34 +0100 Subject: [PATCH] feat: enable encrypted proteus storage for internal builds (#2833) --- default.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/default.json b/default.json index d2afb2d2c9..a4c58e420d 100644 --- a/default.json +++ b/default.json @@ -27,7 +27,8 @@ "default_backend_url_blacklist": "https://clientblacklist.wire.com/staging", "default_backend_url_website": "https://wire.com", "default_backend_title": "wire-staging", - "is_password_protected_guest_link_enabled": true + "is_password_protected_guest_link_enabled": true, + "encrypt_proteus_storage": true }, "staging": { "application_id": "com.waz.zclient.dev", @@ -46,7 +47,8 @@ "default_backend_url_teams": "https://wire-teams-staging.zinfra.io", "default_backend_url_blacklist": "https://clientblacklist.wire.com/staging", "default_backend_url_website": "https://wire.com", - "default_backend_title": "wire-staging" + "default_backend_title": "wire-staging", + "encrypt_proteus_storage": true }, "beta": { "application_id": "com.wire.android.internal", @@ -54,14 +56,16 @@ "logging_enabled": true, "application_is_private_build": true, "development_api_enabled": false, - "mls_support_enabled": false + "mls_support_enabled": false, + "encrypt_proteus_storage": true }, "internal": { "application_id": "com.wire.internal", "developer_features_enabled": true, "logging_enabled": true, "application_is_private_build": true, - "development_api_enabled": false + "development_api_enabled": false, + "encrypt_proteus_storage": true }, "fdroid": { "application_id": "com.wire",