From 3c4cceb249b959b17ec0f5412a77a19f655ce411 Mon Sep 17 00:00:00 2001 From: Julien DAUPHANT <1238254+jdauphant@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:37:26 +0200 Subject: [PATCH] =?UTF-8?q?Supprimer=20les=20notifications=20de=20changeme?= =?UTF-8?q?nt=20et=20d'avatar=20par=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.dev.json | 4 +++- config.preprod.json | 4 +++- config.prod.json | 4 +++- config.prod.lab.json | 4 +++- config.prod_rie.json | 4 +++- config.sample.json | 4 +++- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/config.dev.json b/config.dev.json index 9e67a7199d..4a56021693 100644 --- a/config.dev.json +++ b/config.dev.json @@ -69,7 +69,9 @@ "layout": "bubble", "custom_themes": [], "FTUE.useCaseSelection": "WorkMessaging", - "RustCrypto.staged_rollout_percent": 100 + "RustCrypto.staged_rollout_percent": 100, + "showDisplaynameChanges" : false, + "showAvatarChanges" : false }, "branding": { "auth_header_logo_url": "themes/tchap/img/logos/tchap-logo-dev.svg", diff --git a/config.preprod.json b/config.preprod.json index 439fcbe43c..77fa3ad875 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, + "showDisplaynameChanges" : false, + "showAvatarChanges" : false }, "branding": { "auth_header_logo_url": "themes/tchap/img/logos/tchap-logo-preprod.svg", diff --git a/config.prod.json b/config.prod.json index 5056c32302..76cb154fbd 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": 0, + "showDisplaynameChanges" : false, + "showAvatarChanges" : false }, "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 b171b023ac..9cf3a6685e 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, + "showDisplaynameChanges" : false, + "showAvatarChanges" : false }, "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..c562600516 100644 --- a/config.prod_rie.json +++ b/config.prod_rie.json @@ -157,7 +157,9 @@ "layout": "bubble", "custom_themes": [], "FTUE.useCaseSelection": "WorkMessaging", - "RustCrypto.staged_rollout_percent": 0 + "RustCrypto.staged_rollout_percent": 0, + "showDisplaynameChanges" : false, + "showAvatarChanges" : false }, "branding": { "auth_header_logo_url": "themes/tchap/img/logos/tchap-logo.svg", diff --git a/config.sample.json b/config.sample.json index 88d94853fd..209bb16b69 100644 --- a/config.sample.json +++ b/config.sample.json @@ -63,7 +63,9 @@ "MessageComposerInput.showPollsButton": true, "RoomList.orderAlphabetically": false, "Spaces.allRoomsInHome": true, - "custom_themes": [] + "custom_themes": [], + "showDisplaynameChanges" : false, + "showAvatarChanges" : false }, "branding": { "authHeaderLogoUrl": "themes/tchap/img/logos/tchap-logo.svg",