mirror of
https://github.com/element-hq/synapse.git
synced 2026-03-30 12:55:40 +00:00
Restore per-row logging for device list outbound poke notifications
This commit is contained in:
@@ -1138,7 +1138,14 @@ class DeviceWriterHandler(DeviceHandler):
|
||||
converted_upto_stream_id=stream_id,
|
||||
)
|
||||
|
||||
all_hosts_to_notify.update(hosts)
|
||||
if hosts:
|
||||
all_hosts_to_notify.update(hosts)
|
||||
if self.federation_sender:
|
||||
logger.info(
|
||||
"Sending device list update notif for %r to: %r",
|
||||
user_id,
|
||||
hosts,
|
||||
)
|
||||
|
||||
if current_stream_id != stream_id:
|
||||
# Clear the set of hosts we've already sent to as we're
|
||||
|
||||
Reference in New Issue
Block a user