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

@ -128,7 +128,7 @@ class AccountDataStore(SQLBaseStore):
return (global_account_data, account_data_by_room)
changed = self._account_data_stream_cache.get_entity_has_changed(
changed = self._account_data_stream_cache.has_entity_changed(
user_id, int(stream_id)
)
if not changed: