diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-02-11 21:04:27 +1100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-02-11 10:04:27 +0000 |
commit | 4ffd10f46d62f7bc5430d148260e3240b7a0598b (patch) | |
tree | 141d399796f09e148d6d96a66a57ce9348c6c3c5 /changelog.d | |
parent | Merge pull request #4420 from matrix-org/jaywink/openid-listener (diff) | |
download | synapse-4ffd10f46d62f7bc5430d148260e3240b7a0598b.tar.xz |
Be tolerant of blank TLS fingerprints config (#4589)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4589.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4589.bugfix b/changelog.d/4589.bugfix new file mode 100644 index 0000000000..d5783f46e8 --- /dev/null +++ b/changelog.d/4589.bugfix @@ -0,0 +1 @@ +Synapse is now tolerant of the tls_fingerprints option being None or not specified. |