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-07-01 18:45:55 +0100
committerGitHub <noreply@github.com>2021-07-01 18:45:55 +0100
commit0aab50c772e9b0df2bf31a5f9381ccb69d060e9c (patch)
tree74b2e35257266f9b93fa99c48482bb340e37b8e7 /changelog.d
parentReenable 'Backfilled events whose prev_events...' sytest (#10292) (diff)
downloadsynapse-0aab50c772e9b0df2bf31a5f9381ccb69d060e9c.tar.xz
fix ordering of bg update (#10291)
this was a typo introduced in #10282. We don't want to end up doing the
`replace_stream_ordering_column` update after anything that comes up in
migration 60/03.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10291.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10291.bugfix b/changelog.d/10291.bugfix
new file mode 100644
index 0000000000..7ebda7cdc2
--- /dev/null
+++ b/changelog.d/10291.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where Synapse would return errors after 2<sup>31</sup> events were handled by the server.