diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2023-05-18 11:11:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-18 11:11:30 +0100 |
commit | 68dcd2cbcb3c01787ade9cf3725486712a7cafda (patch) | |
tree | 9e3518e715f3c85b81b17110895c7e5b97552ff6 /changelog.d | |
parent | Fix error message when `app_service_config_files` validation fails (#15614) (diff) | |
download | synapse-68dcd2cbcb3c01787ade9cf3725486712a7cafda.tar.xz |
Re-type config paths in `ConfigError`s to be `StrSequence`s (#15615)
Part of #14809. Signed-off-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15615.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15615.misc b/changelog.d/15615.misc new file mode 100644 index 0000000000..a39fd0a098 --- /dev/null +++ b/changelog.d/15615.misc @@ -0,0 +1 @@ +Re-type config paths in `ConfigError`s to be `StrSequence`s instead of `Iterable[str]`s. |