summary refs log tree commit diff
path: root/changelog.d/9537.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.29.0rc1Erik Johnston2021-03-041-1/+0
|
* Fix 'rejected_events_metadata' background update (#9537)Erik Johnston2021-03-031-0/+1
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`.