mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-22 02:15:00 -05:00
yes, we do need to invalidate the device_id_exists_cache when deleting a remote device
This commit is contained in:
parent
c0685f67c0
commit
9e40834f74
@ -258,7 +258,6 @@ class DeviceStore(SQLBaseStore):
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
# Do we need this?
|
|
||||||
txn.call_after(
|
txn.call_after(
|
||||||
self.device_id_exists_cache.invalidate, (user_id, device_id,)
|
self.device_id_exists_cache.invalidate, (user_id, device_id,)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user