mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00: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
1 changed files with 0 additions and 1 deletions
|
@ -258,7 +258,6 @@ class DeviceStore(SQLBaseStore):
|
|||
},
|
||||
)
|
||||
|
||||
# Do we need this?
|
||||
txn.call_after(
|
||||
self.device_id_exists_cache.invalidate, (user_id, device_id,)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue