Change name and doc has_entity_changed

This commit is contained in:
Erik Johnston 2016-01-28 16:39:18 +00:00
parent 00cb3eb24b
commit 45cf827c8f
4 changed files with 6 additions and 4 deletions

View file

@ -88,7 +88,7 @@ class TagsStore(SQLBaseStore):
room_ids = [row[0] for row in txn.fetchall()]
return room_ids
changed = self._tags_stream_cache.get_entity_has_changed(user_id, int(stream_id))
changed = self._tags_stream_cache.has_entity_changed(user_id, int(stream_id))
if not changed:
defer.returnValue({})