mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-16 02:03:52 +01:00
black
This commit is contained in:
parent
404e8c8532
commit
480eac30eb
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue