Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.85.0rc1 | David Robertson | 2023-05-30 | 1 | -1/+0 |
| | |||||
* | Fix error message when `app_service_config_files` validation fails (#15614) | Sean Quah | 2023-05-18 | 1 | -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> |