mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:26:09 -04:00
allow uploading signatures of master key signed by devices
This commit is contained in:
parent
4bb4544784
commit
ac4746ac4b
4 changed files with 378 additions and 85 deletions
|
@ -303,7 +303,7 @@ class SignaturesUploadServlet(RestServlet):
|
|||
}
|
||||
}
|
||||
"""
|
||||
PATTERNS = client_v2_patterns("/keys/signatures/upload$")
|
||||
PATTERNS = client_patterns("/keys/signatures/upload$")
|
||||
|
||||
def __init__(self, hs):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue