yes, we do need to invalidate the device_id_exists_cache when deleting a remote device

pull/14/head
Matthew Hodgson 6 years ago
parent c0685f67c0
commit 9e40834f74
  1. 1
      synapse/storage/devices.py

@ -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…
Cancel
Save