summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2023-09-13 11:54:16 +0100
committerGitHub <noreply@github.com>2023-09-13 11:54:16 +0100
commitbe3c7b08a3e6888e60497a80ebd143bd4df9a719 (patch)
tree2bf146bd2d8ac97e3ed0c087af9478956095606b /changelog.d
parentImprove logging of replication (#16309) (diff)
downloadsynapse-be3c7b08a3e6888e60497a80ebd143bd4df9a719.tar.xz
Fix deleting device inbox when using background worker (#16311)
Introduced in #16240

The action for the task was only defined on the "master" handler, rather than the base worker one.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16311.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16311.misc b/changelog.d/16311.misc
new file mode 100644
index 0000000000..4f266c1fb0
--- /dev/null
+++ b/changelog.d/16311.misc
@@ -0,0 +1 @@
+Delete device messages asynchronously and in staged batches using the task scheduler.