summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-08-27 13:20:34 +0100
committerGitHub <noreply@github.com>2020-08-27 13:20:34 +0100
commit5649b7f3d05f8e550fba8349433eefd09aacce27 (patch)
tree105b6b1d055dddfc8adcc796d94d32fd4fa4a213 /changelog.d
parentConvert additional database methods to async (select list, search, insert_man... (diff)
downloadsynapse-5649b7f3d05f8e550fba8349433eefd09aacce27.tar.xz
Fix missing _add_persisted_position (#8179)
This was forgotten in #8164.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8179.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8179.misc b/changelog.d/8179.misc
new file mode 100644
index 0000000000..55bc079cdb
--- /dev/null
+++ b/changelog.d/8179.misc
@@ -0,0 +1 @@
+Add functions to `MultiWriterIdGen` used by events stream.