mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-21 08:31:00 -05:00
Fix typo in getting replication account data processing
This commit is contained in:
parent
4b44f05f19
commit
89b7232ff8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user