summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2023-04-12 12:28:46 +0100
committerGitHub <noreply@github.com>2023-04-12 11:28:46 +0000
commit253e86a72e0c8e4e014b4b08fa587afe1de4db22 (patch)
tree11fbd52800395b4df6e71c315c98f1150f29aead /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-253e86a72e0c8e4e014b4b08fa587afe1de4db22.tar.xz
Throw if the appservice config list is the wrong type (#15425)
* raise a ConfigError on an invalid app_service_config_files

* changelog

* Move config check to read_config

* Add test

* Ensure list also contains strings
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15425.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15425.bugfix b/changelog.d/15425.bugfix
new file mode 100644
index 0000000000..fd104a63b3
--- /dev/null
+++ b/changelog.d/15425.bugfix
@@ -0,0 +1 @@
+Synapse now correctly fails to start if the config option `app_service_config_files` is not a list.
\ No newline at end of file