summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-06-13 14:06:27 -0400
committerGitHub <noreply@github.com>2022-06-13 14:06:27 -0400
commit53b77b203ac12f20a6534393464588d5d49435f5 (patch)
tree111900451238c7a7e0f05d863fbd349633c9f32d /changelog.d
parentMerge branch 'rav/simplify_event_auth_interface' into develop (diff)
downloadsynapse-53b77b203ac12f20a6534393464588d5d49435f5.tar.xz
Replace noop background updates with DELETE. (#12954)
Removes the `register_noop_background_update` and deletes the background
updates directly in a delta file.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12954.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12954.misc b/changelog.d/12954.misc
new file mode 100644
index 0000000000..20bf136732
--- /dev/null
+++ b/changelog.d/12954.misc
@@ -0,0 +1 @@
+Replace noop background updates with `DELETE` delta.