diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-08-17 17:05:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 17:05:00 +0100 |
commit | e04e465b4d2c66acb8885c31736c7b7bb4e7be52 (patch) | |
tree | 19a4ec88b2767c3bb51ba79f0f9a07da1fd15786 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-e04e465b4d2c66acb8885c31736c7b7bb4e7be52.tar.xz |
Use the default templates when a custom template file cannot be found (#8037)
Fixes https://github.com/matrix-org/synapse/issues/6583
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8037.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8037.feature b/changelog.d/8037.feature new file mode 100644 index 0000000000..2e5127477d --- /dev/null +++ b/changelog.d/8037.feature @@ -0,0 +1 @@ +Use the default template file when its equivalent is not found in a custom template directory. \ No newline at end of file |