mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:56:02 -04:00
Support handling registration requests across multiple client readers. (#7830)
This commit is contained in:
parent
504c8f3483
commit
457096e6df
3 changed files with 136 additions and 1 deletions
|
@ -40,7 +40,8 @@ class DeactivateAccountHandler(BaseHandler):
|
|||
|
||||
# Start the user parter loop so it can resume parting users from rooms where
|
||||
# it left off (if it has work left to do).
|
||||
hs.get_reactor().callWhenRunning(self._start_user_parting)
|
||||
if hs.config.worker_app is None:
|
||||
hs.get_reactor().callWhenRunning(self._start_user_parting)
|
||||
|
||||
self._account_validity_enabled = hs.config.account_validity.enabled
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue