diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-07-22 12:52:39 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-09-04 22:04:12 -0400 |
commit | 7d6c70fc7ad08b94b8b577c537953a8d9b568562 (patch) | |
tree | 53df739674b6c9bc58e545779eabb49f0fd57b66 /synapse/rest | |
parent | allow uploading signatures of master key signed by devices (diff) | |
download | synapse-7d6c70fc7ad08b94b8b577c537953a8d9b568562.tar.xz |
make black happy
Diffstat (limited to 'synapse/rest')
-rw-r--r-- | synapse/rest/client/v2_alpha/keys.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/rest/client/v2_alpha/keys.py b/synapse/rest/client/v2_alpha/keys.py index cb3c52cb8e..a205281830 100644 --- a/synapse/rest/client/v2_alpha/keys.py +++ b/synapse/rest/client/v2_alpha/keys.py @@ -303,6 +303,7 @@ class SignaturesUploadServlet(RestServlet): } } """ + PATTERNS = client_patterns("/keys/signatures/upload$") def __init__(self, hs): |