Skip to content
Snippets Groups Projects
Unverified Commit 1a6c7cdf authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Merge pull request #2928 from matrix-org/erikj/read_marker_caches

 Fix typo in getting replication account data processing
parents 1773df06 89b7232f
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class SlavedAccountDataStore(TagsWorkerStore, AccountDataWorkerStore, BaseSlaved
self.get_account_data_for_user.invalidate((row.user_id,))
self.get_account_data_for_room.invalidate((row.user_id, row.room_id,))
self.get_account_data_for_room_and_type.invalidate(
(row.user_id, row.room_id, row.account_data_type,),
(row.user_id, row.room_id, row.data_type,),
)
self._account_data_stream_cache.entity_has_changed(
row.user_id, token
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment