summary refs log tree commit diff
path: root/changelog.d/15614.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.85.0rc1David Robertson2023-05-301-1/+0
|
* Fix error message when `app_service_config_files` validation fails (#15614)Sean Quah2023-05-181-0/+1
The second argument of `ConfigError` is a path, passed as an optional `Iterable[str]` and not a `str`. If a string is passed directly, Synapse unhelpfully emits "Error in configuration at a.p.p._.s.e.r.v.i.c.e._.c.o.n.f.i.g._.f.i.l.e.s'" when the config option has the wrong data type. Signed-off-by: Sean Quah <seanq@matrix.org>