diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-08-18 10:59:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 10:59:54 +0100 |
commit | 8b6c176aeef62552883818e2593282de634e9b73 (patch) | |
tree | 004851430056bbb6d37e8af4f4da0595c87b57fa /changelog.d | |
parent | Convert some of the general database methods to async (#8100) (diff) | |
download | synapse-8b6c176aeef62552883818e2593282de634e9b73.tar.xz |
Add resources.consent conditional dependency back (#8107)
Turns out that part of the codebase (synapse.config.server) checks for this key explicitly. Remove that check.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8107.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8107.feature b/changelog.d/8107.feature new file mode 100644 index 0000000000..2e5127477d --- /dev/null +++ b/changelog.d/8107.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 |