1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2024-12-19 01:21:09 +03:00
synapse/changelog.d/17847.bugfix
Shay 58deef5eba
Add admin handler to list of handlers used for background tasks ()
Fixes 

While we're at it, makes a change where the redactions are sent as the
admin if the user is not a member of the server (otherwise these fail
with a "User must be our own" message).
2024-10-29 13:50:13 -05:00

2 lines
No EOL
152 B
Text

Fix a bug in the admin redact endpoint where the background task would not run if a worker was specified in
the config option `run_background_tasks_on`.