diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-06-05 16:16:33 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-06-05 16:19:07 +0100 |
commit | f8a45302c9ce147d7797ceb9e3757bd3b2af6b99 (patch) | |
tree | b7b8f4ce7048ff11393031a5069ccf6d14ef6f91 | |
parent | Neilj/add r0.5 to versions (#5360) (diff) | |
download | synapse-f8a45302c9ce147d7797ceb9e3757bd3b2af6b99.tar.xz |
Fix `federation_custom_ca_list` configuration option.
Previously, setting this option would cause an exception at startup.
-rw-r--r-- | changelog.d/5362.bugfix | 1 | ||||
-rw-r--r-- | synapse/config/tls.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/5362.bugfix b/changelog.d/5362.bugfix new file mode 100644 |