diff options
author | Erik Johnston <erik@matrix.org> | 2020-09-01 13:36:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 13:36:25 +0100 |
commit | bbb3c8641ca1214702dbddd88acfe81cc4fc44ae (patch) | |
tree | eae8d0f967248708bfc2fa17bea15c9cc60bbf22 /changelog.d | |
parent | Do not install setuptools 50.0. (#8212) (diff) | |
download | synapse-bbb3c8641ca1214702dbddd88acfe81cc4fc44ae.tar.xz |
Make MultiWriterIDGenerator work for streams that use negative stream IDs (#8203)
This is so that we can use it for the backfill events stream.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8203.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8203.misc b/changelog.d/8203.misc new file mode 100644 index 0000000000..9fe2224aaa --- /dev/null +++ b/changelog.d/8203.misc @@ -0,0 +1 @@ +Make `MultiWriterIDGenerator` work for streams that use negative values. |