summary refs log tree commit diff
path: root/synapse/storage/stream.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-01-28 16:39:18 +0000
committerErik Johnston <erik@matrix.org>2016-01-28 16:39:18 +0000
commit45cf827c8fe7163a51f1d0d7c9e2531da9b58c8d (patch)
tree450edc3be0468c2f302c04b0df8cae058d3f79e5 /synapse/storage/stream.py
parentCache tags and account data (diff)
downloadsynapse-45cf827c8fe7163a51f1d0d7c9e2531da9b58c8d.tar.xz
Change name and doc has_entity_changed
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 c7d7893328..6e81d46c60 100644
--- a/synapse/storage/stream.py
+++ b/synapse/storage/stream.py
@@ -200,7 +200,7 @@ class StreamStore(SQLBaseStore):
             defer.returnValue(([], from_key))
 
         if from_id:
-            has_changed = yield self._events_stream_cache.get_entity_has_changed(
+            has_changed = yield self._events_stream_cache.has_entity_changed(
                 room_id, from_id
             )