diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-01-06 12:28:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-06 12:28:58 +0000 |
commit | 18674eebb1fa5d7445952d7e201afe33bd040523 (patch) | |
tree | 7588b4fbfb7876f3dff01f31d6268f81e3c526d8 /changelog.d | |
parent | Fix power levels being incorrectly set in old and new rooms after a room upgr... (diff) | |
download | synapse-18674eebb1fa5d7445952d7e201afe33bd040523.tar.xz |
Workaround for error when fetching notary's own key (#6620)
* Kill off redundant SynapseRequestFactory We already get the Site via the Channel, so there's no need for a dedicated RequestFactory: we can just use the right constructor. * Workaround for error when fetching notary's own key As a notary server, when we return our own keys, include all of our signing keys in verify_keys. This is a workaround for #6596.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6620.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6620.misc b/changelog.d/6620.misc new file mode 100644 index 0000000000..8bfb78fb20 --- /dev/null +++ b/changelog.d/6620.misc @@ -0,0 +1 @@ +Add a workaround for synapse raising exceptions when fetching the notary's own key from the notary. |