From 0b31c6d51038162e884bebefc89f7510239a55fb Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 24 Jul 2023 08:36:57 +0100 Subject: [PATCH] Avoid using deprecated config.json key casing (#1099) --- element.io/nightly/config.json | 8 ++++---- element.io/release/config.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/element.io/nightly/config.json b/element.io/nightly/config.json index 7d813de..ec5d3bb 100644 --- a/element.io/nightly/config.json +++ b/element.io/nightly/config.json @@ -21,8 +21,8 @@ ], "bug_report_endpoint_url": "https://element.io/bugreports/submit", "uisi_autorageshake_app": "element-auto-uisi", - "showLabsSettings": true, - "roomDirectory": { + "show_labs_settings": true, + "room_directory": { "servers": ["matrix.org", "gitter.im", "libera.chat"] }, "enable_presence_by_hs_url": { @@ -44,8 +44,8 @@ "environment": "nightly" }, "posthog": { - "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", - "apiHost": "https://posthog.element.io" + "project_api_key": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", + "api_host": "https://posthog.element.io" }, "privacy_policy_url": "https://element.io/cookie-policy", "features": { diff --git a/element.io/release/config.json b/element.io/release/config.json index 97dde9e..3b7ffb5 100644 --- a/element.io/release/config.json +++ b/element.io/release/config.json @@ -21,10 +21,10 @@ ], "bug_report_endpoint_url": "https://element.io/bugreports/submit", "uisi_autorageshake_app": "element-auto-uisi", - "roomDirectory": { + "room_directory": { "servers": ["matrix.org", "gitter.im", "libera.chat"] }, - "showLabsSettings": false, + "show_labs_settings": false, "enable_presence_by_hs_url": { "https://matrix.org": false, "https://matrix-client.matrix.org": false @@ -40,8 +40,8 @@ } ], "posthog": { - "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", - "apiHost": "https://posthog.element.io" + "project_api_key": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", + "api_host": "https://posthog.element.io" }, "privacy_policy_url": "https://element.io/cookie-policy", "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"