From ba9ac9d7faacf814a52d4e0327c245fe665192be Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Thu, 16 Jul 2026 17:45:41 -0500 Subject: [PATCH] Add changelog --- changelog.d/19973.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/19973.bugfix 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.