mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 06:39:30 -05:00
Comment
This commit is contained in:
parent
acb501c46d
commit
73d676dc8b
@ -153,7 +153,7 @@ class KeyQueryServlet(RestServlet):
|
|||||||
|
|
||||||
class KeyChangesServlet(RestServlet):
|
class KeyChangesServlet(RestServlet):
|
||||||
"""Returns the list of changes of keys between two stream tokens (may return
|
"""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=...
|
GET /keys/changes?from=...&to=...
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user