diff options
author | Alex Kotov <kotovalexarian@gmail.com> | 2020-07-03 17:19:03 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 13:19:03 +0100 |
commit | 8097659f6e5740ed2dcaedca2a10bdda29dd6ace (patch) | |
tree | 12499368f852e33dbda81b112b7a0b467979eafd /changelog.d | |
parent | Merge tag 'v1.16.0rc2' into develop (diff) | |
download | synapse-8097659f6e5740ed2dcaedca2a10bdda29dd6ace.tar.xz |
Allow YAML config file to contain None (#7779)
Useful when config file is fully commented Signed-off-by: Alex Kotov <kotovalexarian@gmail.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7779.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7779.bugfix b/changelog.d/7779.bugfix new file mode 100644 index 0000000000..61de45d570 --- /dev/null +++ b/changelog.d/7779.bugfix @@ -0,0 +1 @@ +Fix synctl to handle empty config files correctly. Contributed by @kotovalexarian. |