update hydrogen 0.2.29 -> 0.2.33; sync config

This commit is contained in:
Aine
2022-07-17 17:21:22 +03:00
parent 140cdf0bc4
commit 0453ccc716
2 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,16 @@
{
"defaultHomeServer": {{ matrix_client_hydrogen_default_hs_url|string|to_json }}
"push": {
"appId": "io.element.hydrogen.web",
"gatewayUrl": "https://matrix.org",
"applicationServerKey": "BC-gpSdVHEXhvHSHS0AzzWrQoukv2BE7KzpoPO_FfPacqOo3l1pdqz7rSgmB04pZCWaHPz7XRe6fjLaC-WPDopM"
},
"defaultHomeServer": {{ matrix_client_hydrogen_default_hs_url|string|to_json }},
"bugReportEndpointUrl": "https://element.io/bugreports/submit",
"themeManifests": [
"assets/theme-Element.json"
],
"defaultTheme": {
"light": "element-light",
"dark": "element-dark"
}
}