summary refs log tree commit diff
path: root/synapse/handlers/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/handlers/sync.py')
-rw-r--r--synapse/handlers/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py

index a32f48135e..394fe8154f 100644 --- a/synapse/handlers/sync.py +++ b/synapse/handlers/sync.py
@@ -208,7 +208,7 @@ class SyncHandler(object): @defer.inlineCallbacks def _get_last_ts(room_id): - entry = yield self.store.get_last_ts_for_room( + entry = yield self.store.get_last_event_id_ts_for_room( room_id, token.room_key )