synapse/changelog.d/9537.bugfix
Erik Johnston a4fa044c00
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`.
2021-03-03 16:04:24 +00:00

2 lines
127 B
Plaintext

Fix rare edge case that caused a background update to fail if the server had rejected an event that had duplicate auth events.