diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-01-08 14:23:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-08 14:23:04 +0000 |
commit | d32870ffa5a2353d93e5723787d5f4dcbf14b32d (patch) | |
tree | 795e4af092823315d09e9e6d41480fb76f56537d /changelog.d | |
parent | Fix error handling during insertion of client IPs (#9051) (diff) | |
download | synapse-d32870ffa5a2353d93e5723787d5f4dcbf14b32d.tar.xz |
Fix validate_config on nested objects (#9054)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9054.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9054.bugfix b/changelog.d/9054.bugfix new file mode 100644 index 0000000000..0bfe951f17 --- /dev/null +++ b/changelog.d/9054.bugfix @@ -0,0 +1 @@ +Fix a minor bug which could cause confusing error messages from invalid configurations. |