Przeglądaj źródła

Merge pull request #2712 from sergiodj/fix-hydrogen-prefix-path

Fix prefix path when loading Hydrogen's theme-element.json
pull/2715/head
Slavi Pantaleev 2 lat temu
committed by GitHub
rodzic
commit
e0436b3d48
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/custom/matrix-client-hydrogen/templates/config.json.j2

+ 1
- 1
roles/custom/matrix-client-hydrogen/templates/config.json.j2 Wyświetl plik

@@ -3,7 +3,7 @@
"defaultHomeServer": {{ matrix_client_hydrogen_default_hs_url | string | to_json }},
"bugReportEndpointUrl": {{ matrix_client_hydrogen_bugReportEndpointUrl | to_json }},
"themeManifests": [
"{{ matrix_client_hydrogen_path_prefix }}assets/theme-element.json"
"{{ '' if matrix_client_hydrogen_path_prefix == '/' else matrix_client_hydrogen_path_prefix }}/assets/theme-element.json"
],
"defaultTheme": {
"light": "element-light",


Ładowanie…
Anuluj
Zapisz