diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-06-14 11:59:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-14 11:59:27 +0100 |
commit | 1dfdc87b9bb07cc3c958dde7f41f2af4322477e5 (patch) | |
tree | e3b5826bacdac47349becfb792536c1fa2905ef7 /changelog.d | |
parent | Extend `ResponseCache` to pass a context object into the callback (#10157) (diff) | |
download | synapse-1dfdc87b9bb07cc3c958dde7f41f2af4322477e5.tar.xz |
Refactor `EventPersistenceQueue` (#10145)
some cleanup, pulled out of #10134.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10145.misc | 1 |
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. |