mirror of
https://github.com/element-hq/synapse.git
synced 2026-09-01 20:18:19 +00:00
yes, we do need to invalidate the device_id_exists_cache when deleting a remote device
This commit is contained in:
@@ -258,7 +258,6 @@ class DeviceStore(SQLBaseStore):
|
||||
},
|
||||
)
|
||||
|
||||
# Do we need this?
|
||||
txn.call_after(
|
||||
self.device_id_exists_cache.invalidate, (user_id, device_id,)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user