瀏覽代碼

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 年之前
committed by GitHub
父節點
當前提交
e0436b3d48
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/custom/matrix-client-hydrogen/templates/config.json.j2

+ 1
- 1
roles/custom/matrix-client-hydrogen/templates/config.json.j2 查看文件

@@ -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",


Loading…
取消
儲存