From f1605b7447196d2b13cfbaf70483aa9f2f1a34b4 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Fri, 27 May 2022 11:31:08 +0200 Subject: Fix room deletion (#12889) * Fix room deletion ae7858f broke room deletion by attempting to delete the entry from `rooms` before the tables that reference it. * faster_joins: remove database rows on purge --- changelog.d/12889.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/12889.bugfix (limited to 'changelog.d/12889.bugfix') diff --git a/changelog.d/12889.bugfix b/changelog.d/12889.bugfix new file mode 100644 index 0000000000..582b2f0642 --- /dev/null +++ b/changelog.d/12889.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.59.0 which caused room deletion to fail with a foreign key violation. -- cgit 1.5.1