synapse/changelog.d/19036.misc
Eric Eastwood d399d7649a
Move start_doing_background_updates() to SynapseHomeServer.start_background_tasks() (#19036)
(more sane standard location for this sort of thing)

The one difference here is that previously, `start_doing_background_updates
()` only ran on the main Synapse instance. But since it now lives in
`start_background_tasks()`, it will run on the worker that supposed to
`run_background_tasks`. Doesn't seem like a problem though.
2025-10-10 14:30:38 -05:00

2 lines
89 B
Plaintext

Move `start_doing_background_updates()` to `SynapseHomeServer.start_background_tasks()`.