synapse/changelog.d
Andrew Morgan ac1bf682ff
Allow (un)block_room storage functions to be called on workers (#18119)
This is so workers can call these functions.

This was preventing the [Delete Room Admin
API](https://element-hq.github.io/synapse/latest/admin_api/rooms.html#version-2-new-version)
from succeeding when `block: true` was specified. This was because we
had `run_background_tasks_on` configured to run on a separate worker.

As workers weren't able to call the `block_room` storage function before
this PR, the (delete room) task failed when taken off the queue by the
worker.
2025-01-30 20:48:12 +00:00
..
.gitignore
18000.bugfix Ratelimit presence updates (#18000) 2025-01-24 19:58:01 +00:00
18073.bugfix Never autojoin deactivated & suspended users. (#18073) 2025-01-28 00:37:24 +00:00
18075.bugfix Fix join being denied after being invited over federation (#18075) 2025-01-27 11:21:10 -06:00
18089.bugfix Contrib: Docker: updates PostgreSQL version in docker-compose.yml (#18089) 2025-01-21 18:54:31 +00:00
18109.misc OIDC: increase length of generated nonce parameter from 30->32 chars (#18109) 2025-01-27 18:39:51 +00:00
18112.bugfix Raise an error if someone is using an incorrect suffix in a config duration string (#18112) 2025-01-29 18:14:02 -06:00
18119.bugfix Allow (un)block_room storage functions to be called on workers (#18119) 2025-01-30 20:48:12 +00:00