diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-22 22:37:16 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-22 22:37:16 -0400 |
commit | 480eac30eb543ce6947009fa90b8409f153eb3a4 (patch) | |
tree | 309d5d1de70e7409cae0ea713e1ba458677762d9 | |
parent | vendor-prefix the EDU name until MSC1756 is merged into the spec (diff) | |
download | synapse-480eac30eb543ce6947009fa90b8409f153eb3a4.tar.xz |
black
-rw-r--r-- | synapse/handlers/e2e_keys.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/handlers/e2e_keys.py b/synapse/handlers/e2e_keys.py index d25af42f5f..f6aa9a940b 100644 --- a/synapse/handlers/e2e_keys.py +++ b/synapse/handlers/e2e_keys.py @@ -57,7 +57,8 @@ class E2eKeysHandler(object): # FIXME: switch to m.signing_key_update when MSC1756 is merged into the spec 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 # query request requires an object POST, but we abuse the |