Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Implement /keys/changes #1869

Merged
merged 3 commits into from Feb 1, 2017

Conversation

Projects
None yet
2 participants
Owner

erikjohnston commented Feb 1, 2017

No description provided.

erikjohnston added some commits Feb 1, 2017

synapse/rest/client/v2_alpha/keys.py
@@ -149,6 +151,52 @@ def on_POST(self, request):
defer.returnValue((200, result))
+class KeyChangesServlet(RestServlet):
+ """Returns the list of changes of keys between two stream tokens (may return
+ spurious results).
@NegativeMjark

NegativeMjark Feb 1, 2017

Contributor

Maybe explain why the results might be spurious and the nature of their spuriosity?

@erikjohnston erikjohnston merged commit bd84387 into develop Feb 1, 2017

2 of 7 checks passed

Sytest Dendron (Merged PR) Build finished.
Details
Sytest Postgres (Commit) Build #2277 origin/erikj/device_list_stream in progress...
Details
Sytest Postgres (Merged PR) Build started sha1 is merged.
Details
Sytest SQLite (Commit) Build #2346 origin/erikj/device_list_stream in progress...
Details
Sytest SQLite (Merged PR) Build started sha1 is merged.
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details

@erikjohnston erikjohnston deleted the erikj/device_list_stream branch Mar 29, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment