summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-06-14 11:59:27 +0100
committerGitHub <noreply@github.com>2021-06-14 11:59:27 +0100
commit1dfdc87b9bb07cc3c958dde7f41f2af4322477e5 (patch)
treee3b5826bacdac47349becfb792536c1fa2905ef7 /changelog.d
parentExtend `ResponseCache` to pass a context object into the callback (#10157) (diff)
downloadsynapse-1dfdc87b9bb07cc3c958dde7f41f2af4322477e5.tar.xz
Refactor `EventPersistenceQueue` (#10145)
some cleanup, pulled out of #10134.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10145.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10145.misc b/changelog.d/10145.misc
new file mode 100644
index 0000000000..2f0c643b08
--- /dev/null
+++ b/changelog.d/10145.misc
@@ -0,0 +1 @@
+Refactor EventPersistenceQueue.