summary refs log tree commit diff
path: root/changelog.d/16150.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Properly call setup_background_tasks in unit tests. (#16150)Patrick Cloke2023-08-221-0/+1
This should only be called on HomeServer objects which are configured to run background tasks, which is automatically (and properly) done via the call to setup().