diff --git a/changelog.d/19973.bugfix b/changelog.d/19973.bugfix new file mode 100644 index 0000000000..1c63f00cc4 --- /dev/null +++ b/changelog.d/19973.bugfix @@ -0,0 +1 @@ +Fix bug where Synapse could refuse to start with an `IncorrectDatabaseSetup` error about `stream_positions` being inconsistent with a stream sequence, even though the sequence had just been automatically repaired.