Skip to content

Commit

Permalink
feat(config): add inverted value to hide profile and avatar changes v…
Browse files Browse the repository at this point in the history
…alues
  • Loading branch information
jdauphant authored and marc.sirisak committed Oct 23, 2024
1 parent 8cbff06 commit 096136b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
4 changes: 3 additions & 1 deletion config.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion config.preprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion config.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@
"layout": "bubble",
"custom_themes": [],
"FTUE.useCaseSelection": "WorkMessaging",
"RustCrypto.staged_rollout_percent": 0
"RustCrypto.staged_rollout_percent": 0,
"hideDisplaynameChanges": true,
"hideAvatarChanges": true
},
"branding": {
"auth_header_logo_url": "themes/tchap/img/logos/tchap-logo.svg",
Expand Down
4 changes: 3 additions & 1 deletion config.prod.lab.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 4 additions & 2 deletions config.prod_rie.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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",
Expand Down

0 comments on commit 096136b

Please sign in to comment.