diff options
author | Neil Johnson <neil@matrix.org> | 2019-09-26 12:57:01 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-09-26 12:57:01 +0100 |
commit | 8b8f8c7b3c6136ea777265fff8052afed2b7031e (patch) | |
tree | 8bcd312859bf4141b5e204f64033411a5a5e2a85 /changelog.d | |
parent | Merge commit '1b23f991a' into release-v1.4.0 (diff) | |
download | synapse-8b8f8c7b3c6136ea777265fff8052afed2b7031e.tar.xz |
Explicitly log when a homeserver does not have a trusted key server configured (#6090)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6090.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6090.feature b/changelog.d/6090.feature new file mode 100644 index 0000000000..a6da448a1a --- /dev/null +++ b/changelog.d/6090.feature @@ -0,0 +1 @@ +Explicitly log when a homeserver does not have the 'trusted_key_servers' config field configured. |