Cache tags and account data

This commit is contained in:
Erik Johnston 2016-01-28 16:37:41 +00:00
parent c23a8c7833
commit 00cb3eb24b
7 changed files with 137 additions and 102 deletions

View file

@ -212,7 +212,7 @@ class EventsStore(SQLBaseStore):
if not backfilled:
txn.call_after(
self._events_stream_cache.room_has_changed,
self._events_stream_cache.entity_has_changed,
event.room_id, event.internal_metadata.stream_ordering,
)