mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-24 15:00:29 -04:00
Spread out sending device lists to remote hosts (#12132)
This commit is contained in:
parent
87c230c27c
commit
423cca9efe
7 changed files with 79 additions and 16 deletions
|
@ -506,7 +506,7 @@ class DeviceHandler(DeviceWorkerHandler):
|
|||
"Sending device list update notif for %r to: %r", user_id, hosts
|
||||
)
|
||||
for host in hosts:
|
||||
self.federation_sender.send_device_messages(host)
|
||||
self.federation_sender.send_device_messages(host, immediate=False)
|
||||
log_kv({"message": "sent device update to host", "host": host})
|
||||
|
||||
async def notify_user_signature_update(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue