From 253e86a72e0c8e4e014b4b08fa587afe1de4db22 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Wed, 12 Apr 2023 12:28:46 +0100 Subject: 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 --- changelog.d/15425.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/15425.bugfix (limited to 'changelog.d') 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 -- cgit 1.4.1