1
0

Correctly invalidate get_users_in_room_with_profiles cache

This commit is contained in:
Erik Johnston
2021-05-04 13:27:28 +01:00
parent 7e5f78a698
commit 8624333cd9
+1
View File
@@ -69,6 +69,7 @@ class SQLBaseStore(metaclass=ABCMeta):
self._attempt_to_invalidate_cache("is_host_joined", (room_id, host))
self._attempt_to_invalidate_cache("get_users_in_room", (room_id,))
self._attempt_to_invalidate_cache("get_users_in_room_with_profiles", (room_id,))
self._attempt_to_invalidate_cache("get_room_summary", (room_id,))
self._attempt_to_invalidate_cache("get_current_state_ids", (room_id,))