summary refs log tree commit diff
path: root/synapse/handlers/device.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-11-28 15:17:04 +0000
committerBrendan Abolivier <babolivier@matrix.org>2019-02-13 20:54:34 +0000
commitdbf7545ccd7c364a420ef844ce7a4b7cdbd67139 (patch)
tree2ee29f8f64cc68194976e3e46935a34cdb354988 /synapse/handlers/device.py
parentChange access tokens to be base64'ed 4 bytes (diff)
downloadsynapse-dbf7545ccd7c364a420ef844ce7a4b7cdbd67139.tar.xz
Mangle some more PDU fields
Diffstat (limited to 'synapse/handlers/device.py')
-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: