diff options
author | Erik Johnston <erik@matrix.org> | 2020-08-27 13:20:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 13:20:34 +0100 |
commit | 5649b7f3d05f8e550fba8349433eefd09aacce27 (patch) | |
tree | 105b6b1d055dddfc8adcc796d94d32fd4fa4a213 /changelog.d | |
parent | Convert additional database methods to async (select list, search, insert_man... (diff) | |
download | synapse-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.misc | 1 |
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. |