ソースを参照

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


読み込み中…
キャンセル
保存