mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
* 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.
1 line
100 B
Text
1 line
100 B
Text
Add a workaround for synapse raising exceptions when fetching the notary's own key from the notary.
|