Invalidate cache on correct thread
parent
75d4986a8c
commit
3905c693c5
|
@ -801,7 +801,8 @@ class EventsStore(EventsWorkerStore):
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
self._curr_state_delta_stream_cache.entity_has_changed(
|
txn.call_after(
|
||||||
|
self._curr_state_delta_stream_cache.entity_has_changed,
|
||||||
room_id, max_stream_order,
|
room_id, max_stream_order,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue