main
Bob Mottram 2020-08-11 18:24:03 +01:00
parent fedbe18ad2
commit 995adf0ceb
1 changed files with 2 additions and 0 deletions

View File

@ -5914,6 +5914,8 @@ class PubServer(BaseHTTPRequestHandler):
return
self._400()
elif path.startswith('/api/v1/crypto/keys/query'):
# given a handle (nickname@domain) return the devices
# registered to that handle
if not self._cryptoAPIQuery():
self._400()
elif path.startswith('/api/v1/crypto/keys/claim'):