Invalidate cache
This commit is contained in:
parent
e4ab96021e
commit
11d62f43c9
|
@ -784,6 +784,9 @@ class EventsStore(SQLBaseStore):
|
|||
self._invalidate_cache_and_stream(
|
||||
txn, self.is_host_joined, (room_id, host)
|
||||
)
|
||||
self._invalidate_cache_and_stream(
|
||||
txn, self.was_host_joined, (room_id, host)
|
||||
)
|
||||
|
||||
self._invalidate_cache_and_stream(
|
||||
txn, self.get_users_in_room, (room_id,)
|
||||
|
|
Loading…
Reference in New Issue