summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/device.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/handlers/device.py b/synapse/handlers/device.py

index 9e017116a9..ea3dd179b8 100644 --- a/synapse/handlers/device.py +++ b/synapse/handlers/device.py
@@ -278,6 +278,7 @@ class DeviceHandler(BaseHandler): "device_list_key", position, rooms=room_ids, ) + return if hosts: logger.info("Sending device list update notif to: %r", hosts) for host in hosts: