diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-01-27 17:42:45 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-01-27 17:42:45 +0000 |
commit | 5cba88ea7c96e5e8a9f3bc1a28cf3414b3083d60 (patch) | |
tree | 2225a316fb0a59b83f150ef397bf23629e6d607b /tests/rest/client | |
parent | Merge pull request #533 from matrix-org/rav/hashtest_federation (diff) | |
download | synapse-5cba88ea7c96e5e8a9f3bc1a28cf3414b3083d60.tar.xz |
Make it possible to paginate forwards from stream tokens
In order that we can fill the gap after a /sync, make it possible to paginate forwards from a stream token.
Diffstat (limited to 'tests/rest/client')
-rw-r--r-- | tests/rest/client/v1/test_rooms.py | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/tests/rest/client/v1/test_rooms.py b/tests/rest/client/v1/test_rooms.py |