summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/keys.py
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-07-17 22:11:31 -0400
committerHubert Chathi <hubert@uhoreg.ca>2019-09-04 22:03:41 -0400
commitac4746ac4bb4d9371c5a25e94ecccd83effb8b9a (patch)
tree97870a50d9ef4f3521954c9d71bb7ae09edb7c6f /synapse/rest/client/v2_alpha/keys.py
parentimplement device signature uploading/fetching (diff)
downloadsynapse-ac4746ac4bb4d9371c5a25e94ecccd83effb8b9a.tar.xz
allow uploading signatures of master key signed by devices
Diffstat (limited to 'synapse/rest/client/v2_alpha/keys.py')
-rw-r--r--synapse/rest/client/v2_alpha/keys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/client/v2_alpha/keys.py b/synapse/rest/client/v2_alpha/keys.py
index 5c288d48b7..cb3c52cb8e 100644
--- a/synapse/rest/client/v2_alpha/keys.py
+++ b/synapse/rest/client/v2_alpha/keys.py
@@ -303,7 +303,7 @@ class SignaturesUploadServlet(RestServlet):
       }
     }
     """
-    PATTERNS = client_v2_patterns("/keys/signatures/upload$")
+    PATTERNS = client_patterns("/keys/signatures/upload$")
 
     def __init__(self, hs):
         """