diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-12 10:28:10 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-12 10:28:10 +0100 |
commit | 4df11b503957a74a948150950da49574c21887bf (patch) | |
tree | c389d0586c5e9cc15a4cb0973f00a74c0ce989db /synapse/storage/stream.py | |
parent | Initial hack at wiring together pagination and backfill (diff) | |
download | synapse-4df11b503957a74a948150950da49574c21887bf.tar.xz |
Make get_current_token accept a direction parameter, which tells whether the source whether we want a token for going 'forwards' or 'backwards'
Diffstat (limited to 'synapse/storage/stream.py')
-rw-r--r-- | synapse/storage/stream.py | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/synapse/storage/stream.py b/synapse/storage/stream.py |