summary refs log tree commit diff
path: root/synapse/storage/stream.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-05-20 11:11:42 +0100
committerErik Johnston <erik@matrix.org>2016-05-20 11:11:42 +0100
commit99a7205093e82214f6ace5e4fc8acde1d7aeacf5 (patch)
treeacd6ac776311ca2c1d47c1ed7e2c8df380645da8 /synapse/storage/stream.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into erikj/paginate_sync (diff)
downloadsynapse-99a7205093e82214f6ace5e4fc8acde1d7aeacf5.tar.xz
Change name
Diffstat (limited to 'synapse/storage/stream.py')
-rw-r--r--synapse/storage/stream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/stream.py b/synapse/storage/stream.py

index 51f8b9e017..a85cdac038 100644 --- a/synapse/storage/stream.py +++ b/synapse/storage/stream.py
@@ -529,7 +529,7 @@ class StreamStore(SQLBaseStore): int(stream), ) - def get_last_ts_for_room(self, room_id, token): + def get_last_event_id_ts_for_room(self, room_id, token): stream_ordering = RoomStreamToken.parse_stream_token(token).stream sql = (