summary refs log tree commit diff
path: root/synapse/replication/slave/storage/devices.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-23 17:01:26 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-23 17:01:26 +0000
commitd880d2b1cb0e320e4285d274893bfc42a8f01031 (patch)
treec929cb52f1c7c7b3047c7aa129978fc720052a44 /synapse/replication/slave/storage/devices.py
parentPass room version object into event_auth.check and check_redaction (#6788) (diff)
parentDetect unknown remote devices and mark cache as stale (#6776) (diff)
downloadsynapse-d880d2b1cb0e320e4285d274893bfc42a8f01031.tar.xz
Detect unknown remote devices and mark cache as stale (#6776)
* commit 'e17a11066':
  Detect unknown remote devices and mark cache as stale (#6776)
Diffstat (limited to 'synapse/replication/slave/storage/devices.py')
-rw-r--r--synapse/replication/slave/storage/devices.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/slave/storage/devices.py b/synapse/replication/slave/storage/devices.py

index dc625e0d7a..1c77687eea 100644 --- a/synapse/replication/slave/storage/devices.py +++ b/synapse/replication/slave/storage/devices.py
@@ -72,6 +72,6 @@ class SlavedDeviceStore(EndToEndKeyWorkerStore, DeviceWorkerStore, BaseSlavedSto destination, token ) - self._get_cached_devices_for_user.invalidate((user_id,)) + self.get_cached_devices_for_user.invalidate((user_id,)) self._get_cached_user_device.invalidate_many((user_id,)) self.get_device_list_last_stream_id_for_remote.invalidate((user_id,))