mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 15:34:59 +01:00
Avoid using deprecated config.json key casing (#1099)
This commit is contained in:
parent
62e29796de
commit
0b31c6d510
@ -21,8 +21,8 @@
|
|||||||
],
|
],
|
||||||
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
|
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
|
||||||
"uisi_autorageshake_app": "element-auto-uisi",
|
"uisi_autorageshake_app": "element-auto-uisi",
|
||||||
"showLabsSettings": true,
|
"show_labs_settings": true,
|
||||||
"roomDirectory": {
|
"room_directory": {
|
||||||
"servers": ["matrix.org", "gitter.im", "libera.chat"]
|
"servers": ["matrix.org", "gitter.im", "libera.chat"]
|
||||||
},
|
},
|
||||||
"enable_presence_by_hs_url": {
|
"enable_presence_by_hs_url": {
|
||||||
@ -44,8 +44,8 @@
|
|||||||
"environment": "nightly"
|
"environment": "nightly"
|
||||||
},
|
},
|
||||||
"posthog": {
|
"posthog": {
|
||||||
"projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO",
|
"project_api_key": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO",
|
||||||
"apiHost": "https://posthog.element.io"
|
"api_host": "https://posthog.element.io"
|
||||||
},
|
},
|
||||||
"privacy_policy_url": "https://element.io/cookie-policy",
|
"privacy_policy_url": "https://element.io/cookie-policy",
|
||||||
"features": {
|
"features": {
|
||||||
|
@ -21,10 +21,10 @@
|
|||||||
],
|
],
|
||||||
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
|
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
|
||||||
"uisi_autorageshake_app": "element-auto-uisi",
|
"uisi_autorageshake_app": "element-auto-uisi",
|
||||||
"roomDirectory": {
|
"room_directory": {
|
||||||
"servers": ["matrix.org", "gitter.im", "libera.chat"]
|
"servers": ["matrix.org", "gitter.im", "libera.chat"]
|
||||||
},
|
},
|
||||||
"showLabsSettings": false,
|
"show_labs_settings": false,
|
||||||
"enable_presence_by_hs_url": {
|
"enable_presence_by_hs_url": {
|
||||||
"https://matrix.org": false,
|
"https://matrix.org": false,
|
||||||
"https://matrix-client.matrix.org": false
|
"https://matrix-client.matrix.org": false
|
||||||
@ -40,8 +40,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"posthog": {
|
"posthog": {
|
||||||
"projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO",
|
"project_api_key": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO",
|
||||||
"apiHost": "https://posthog.element.io"
|
"api_host": "https://posthog.element.io"
|
||||||
},
|
},
|
||||||
"privacy_policy_url": "https://element.io/cookie-policy",
|
"privacy_policy_url": "https://element.io/cookie-policy",
|
||||||
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
|
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
|
||||||
|
Loading…
Reference in New Issue
Block a user