From 995adf0ceb8f3fcc0def8a9d01062c2e4a55e433 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 11 Aug 2020 18:24:03 +0100 Subject: [PATCH] Comments --- daemon.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon.py b/daemon.py index ad9b6756e..05d0bf911 100644 --- a/daemon.py +++ b/daemon.py @@ -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'):