diff options
author | Erik Johnston <erik@matrix.org> | 2017-02-01 13:17:17 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-02-01 13:17:17 +0000 |
commit | 73d676dc8b38e8b16d35b9557480117a6c072ef7 (patch) | |
tree | 01679f5c24d7aa56523b62878db9d26ec4f59ea7 /synapse/rest | |
parent | Comment (diff) | |
download | synapse-73d676dc8b38e8b16d35b9557480117a6c072ef7.tar.xz |
Comment
Diffstat (limited to 'synapse/rest')
-rw-r--r-- | synapse/rest/client/v2_alpha/keys.py | 2 |
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=... |