diff --git a/config.dev.json b/config.dev.json index a0d8b3a06e..e141082371 100644 --- a/config.dev.json +++ b/config.dev.json @@ -70,7 +70,9 @@ "layout": "bubble", "custom_themes": [], "FTUE.useCaseSelection": "WorkMessaging", - "RustCrypto.staged_rollout_percent": 100 + "RustCrypto.staged_rollout_percent": 100, + "hideDisplaynameChanges": true, + "hideAvatarChanges": true }, "branding": { "auth_header_logo_url": "themes/tchap/img/logos/tchap-logo-dev.svg", diff --git a/config.preprod.json b/config.preprod.json index 29c19453eb..cf6a148d49 100644 --- a/config.preprod.json +++ b/config.preprod.json @@ -64,7 +64,9 @@ "layout": "bubble", "custom_themes": [], "FTUE.useCaseSelection": "WorkMessaging", - "RustCrypto.staged_rollout_percent": 100 + "RustCrypto.staged_rollout_percent": 100, + "hideDisplaynameChanges": true, + "hideAvatarChanges": true }, "branding": { "auth_header_logo_url": "themes/tchap/img/logos/tchap-logo-preprod.svg", diff --git a/config.prod.json b/config.prod.json index 47219c1bc9..7dc23812d1 100644 --- a/config.prod.json +++ b/config.prod.json @@ -157,7 +157,9 @@ "layout": "bubble", "custom_themes": [], "FTUE.useCaseSelection": "WorkMessaging", - "RustCrypto.staged_rollout_percent": 0 + "RustCrypto.staged_rollout_percent": 100, + "hideDisplaynameChanges": true, + "hideAvatarChanges": true }, "branding": { "auth_header_logo_url": "themes/tchap/img/logos/tchap-logo.svg", diff --git a/config.prod.lab.json b/config.prod.lab.json index ff571e85ad..dd7b54adb4 100644 --- a/config.prod.lab.json +++ b/config.prod.lab.json @@ -157,7 +157,9 @@ "layout": "bubble", "custom_themes": [], "FTUE.useCaseSelection": "WorkMessaging", - "RustCrypto.staged_rollout_percent": 100 + "RustCrypto.staged_rollout_percent": 100, + "hideDisplaynameChanges": true, + "hideAvatarChanges": true }, "branding": { "auth_header_logo_url": "themes/tchap/img/logos/tchap-logo.svg", diff --git a/config.prod_rie.json b/config.prod_rie.json index 978a7ed224..9d96a23a96 100644 --- a/config.prod_rie.json +++ b/config.prod_rie.json @@ -91,7 +91,7 @@ "feature_video_rooms": false, "feature_notification_settings2": false, "feature_new_room_decoration_ui": true, - "feature_rust_crypto": false + "feature_rust_crypto": true }, "feedback": { "existing_issues_url": "https://github.com/tchapgouv/tchap-web-v4/issues?q=is%3Aopen+is%3Aissue+sort%3Areactions-%2B1-desc", @@ -157,7 +157,9 @@ "layout": "bubble", "custom_themes": [], "FTUE.useCaseSelection": "WorkMessaging", - "RustCrypto.staged_rollout_percent": 0 + "RustCrypto.staged_rollout_percent": 100, + "hideDisplaynameChanges": true, + "hideAvatarChanges": true }, "branding": { "auth_header_logo_url": "themes/tchap/img/logos/tchap-logo.svg", diff --git a/config.sample.json b/config.sample.json index 47c283dcf2..82bde05b8a 100644 --- a/config.sample.json +++ b/config.sample.json @@ -65,7 +65,9 @@ "MessageComposerInput.showPollsButton": true, "RoomList.orderAlphabetically": false, "Spaces.allRoomsInHome": true, - "custom_themes": [] + "custom_themes": [], + "hideDisplaynameChanges": true, + "hideAvatarChanges": true }, "branding": { "authHeaderLogoUrl": "themes/tchap/img/logos/tchap-logo.svg",