mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 16:04:50 -04:00
Correctly register shutdown handler for presence workers (#11518)
Fixes #11517
This commit is contained in:
parent
eccc49d755
commit
2a3ec6facf
2 changed files with 2 additions and 1 deletions
|
@ -421,7 +421,7 @@ class WorkerPresenceHandler(BasePresenceHandler):
|
|||
self._on_shutdown,
|
||||
)
|
||||
|
||||
def _on_shutdown(self) -> None:
|
||||
async def _on_shutdown(self) -> None:
|
||||
if self._presence_enabled:
|
||||
self.hs.get_tcp_replication().send_command(
|
||||
ClearUserSyncsCommand(self.instance_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue