mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-19 01:34:34 -04:00
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`.
This commit is contained in:
parent
922788c604
commit
a4fa044c00
2 changed files with 4 additions and 1 deletions
1
changelog.d/9537.bugfix
Normal file
1
changelog.d/9537.bugfix
Normal file
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue