summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-02-01 13:17:17 +0000
committerErik Johnston <erik@matrix.org>2017-02-01 13:17:17 +0000
commit73d676dc8b38e8b16d35b9557480117a6c072ef7 (patch)
tree01679f5c24d7aa56523b62878db9d26ec4f59ea7 /synapse
parentComment (diff)
downloadsynapse-73d676dc8b38e8b16d35b9557480117a6c072ef7.tar.xz
Comment
Diffstat (limited to 'synapse')
-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 2e855e5e04..4590efa6bf 100644
--- a/synapse/rest/client/v2_alpha/keys.py
+++ b/synapse/rest/client/v2_alpha/keys.py
@@ -153,7 +153,7 @@ class KeyQueryServlet(RestServlet):
 
 class KeyChangesServlet(RestServlet):
     """Returns the list of changes of keys between two stream tokens (may return
-    spurious results).
+    spurious extra results, since we currently ignore the `to` param).
 
         GET /keys/changes?from=...&to=...