mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-10 11:28:28 -05:00
black
This commit is contained in:
parent
404e8c8532
commit
480eac30eb
@ -57,7 +57,8 @@ class E2eKeysHandler(object):
|
|||||||
|
|
||||||
# FIXME: switch to m.signing_key_update when MSC1756 is merged into the spec
|
# FIXME: switch to m.signing_key_update when MSC1756 is merged into the spec
|
||||||
federation_registry.register_edu_handler(
|
federation_registry.register_edu_handler(
|
||||||
"org.matrix.signing_key_update", self._edu_updater.incoming_signing_key_update
|
"org.matrix.signing_key_update",
|
||||||
|
self._edu_updater.incoming_signing_key_update,
|
||||||
)
|
)
|
||||||
# doesn't really work as part of the generic query API, because the
|
# doesn't really work as part of the generic query API, because the
|
||||||
# query request requires an object POST, but we abuse the
|
# query request requires an object POST, but we abuse the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user