From a4fa044c0058337a641a5486b4152d04c6aa3e05 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 3 Mar 2021 16:04:24 +0000 Subject: Fix 'rejected_events_metadata' background update (#9537) Turns out matrix.org has an event that has duplicate auth events (which really isn't supposed to happen, but here we are). This caused the background update to fail due to `UniqueViolation`. --- changelog.d/9537.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/9537.bugfix (limited to 'changelog.d') diff --git a/changelog.d/9537.bugfix b/changelog.d/9537.bugfix new file mode 100644 index 0000000000..033ab1c939 --- /dev/null +++ b/changelog.d/9537.bugfix @@ -0,0 +1 @@ +Fix rare edge case that caused a background update to fail if the server had rejected an event that had duplicate auth events. -- cgit 1.4.1