瀏覽代碼

Fix a typo in docs and in some warnings (#13538)

tags/v1.66.0rc1
Antonin Loubiere 1 年之前
committed by GitHub
父節點
當前提交
b71b41c7bd
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 5 個檔案被更改,包括 5 行新增4 行删除
  1. +1
    -0
      changelog.d/13538.doc
  2. +1
    -1
      docs/templates.md
  3. +1
    -1
      synapse/config/account_validity.py
  4. +1
    -1
      synapse/config/emailconfig.py
  5. +1
    -1
      synapse/config/sso.py

+ 1
- 0
changelog.d/13538.doc 查看文件

@@ -0,0 +1 @@
Fix the doc and some warnings that were referring to the nonexistent `custom_templates_directory` setting (instead of `custom_template_directory`).

+ 1
- 1
docs/templates.md 查看文件

@@ -9,7 +9,7 @@ in, allowing them to specify custom templates:

```yaml
templates:
custom_templates_directory: /path/to/custom/templates/
custom_template_directory: /path/to/custom/templates/
```

If this setting is not set, or the files named below are not found within the directory,


+ 1
- 1
synapse/config/account_validity.py 查看文件

@@ -23,7 +23,7 @@ LEGACY_TEMPLATE_DIR_WARNING = """
This server's configuration file is using the deprecated 'template_dir' setting in the
'account_validity' section. Support for this setting has been deprecated and will be
removed in a future version of Synapse. Server admins should instead use the new
'custom_templates_directory' setting documented here:
'custom_template_directory' setting documented here:
https://matrix-org.github.io/synapse/latest/templates.html
---------------------------------------------------------------------------------------"""



+ 1
- 1
synapse/config/emailconfig.py 查看文件

@@ -53,7 +53,7 @@ LEGACY_TEMPLATE_DIR_WARNING = """
This server's configuration file is using the deprecated 'template_dir' setting in the
'email' section. Support for this setting has been deprecated and will be removed in a
future version of Synapse. Server admins should instead use the new
'custom_templates_directory' setting documented here:
'custom_template_directory' setting documented here:
https://matrix-org.github.io/synapse/latest/templates.html
---------------------------------------------------------------------------------------"""



+ 1
- 1
synapse/config/sso.py 查看文件

@@ -26,7 +26,7 @@ LEGACY_TEMPLATE_DIR_WARNING = """
This server's configuration file is using the deprecated 'template_dir' setting in the
'sso' section. Support for this setting has been deprecated and will be removed in a
future version of Synapse. Server admins should instead use the new
'custom_templates_directory' setting documented here:
'custom_template_directory' setting documented here:
https://matrix-org.github.io/synapse/latest/templates.html
---------------------------------------------------------------------------------------"""



Loading…
取消
儲存