diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-02-06 15:58:40 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-02-06 15:58:40 +0000 |
commit | 55a186485c8def40e578201bb33457c9b7df9dde (patch) | |
tree | 9367e57b061933efae95094c4fad16bdca5bec43 | |
parent | Move delta/v13.sql to delta/v12.sql (diff) | |
download | synapse-55a186485c8def40e578201bb33457c9b7df9dde.tar.xz |
SYN-258: get_recent_events_for_room only accepts stream tokens, convert the topological token to a stream token before passing it to get_recent_events_for_room
-rw-r--r-- | synapse/handlers/sync.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py |