diff options
author | Erik Johnston <erikj@matrix.org> | 2023-09-13 11:54:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 11:54:16 +0100 |
commit | be3c7b08a3e6888e60497a80ebd143bd4df9a719 (patch) | |
tree | 2bf146bd2d8ac97e3ed0c087af9478956095606b /changelog.d | |
parent | Improve logging of replication (#16309) (diff) | |
download | synapse-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.misc | 1 |
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. |