mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-10 08:34:57 -04:00
Batch up replication requests to request the resyncing of remote users's devices. (#14716)
This commit is contained in:
parent
3479599387
commit
ba4ea7d13f
9 changed files with 306 additions and 79 deletions
|
@ -1423,7 +1423,7 @@ class FederationEventHandler:
|
|||
"""
|
||||
|
||||
try:
|
||||
await self._store.mark_remote_user_device_cache_as_stale(sender)
|
||||
await self._store.mark_remote_users_device_caches_as_stale((sender,))
|
||||
|
||||
# Immediately attempt a resync in the background
|
||||
if self._config.worker.worker_app:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue