summary refs log tree commit diff
path: root/changelog.d/17398.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.111.0rc1Quentin Gliech2024-07-091-1/+0
|
* Fix bug in sliding sync when using old DB. (#17398)Erik Johnston2024-07-081-0/+1
We don't necessarily have `instance_name` for old events (before we support multiple event persisters). We treat those as if the `instance_name` was "master". --------- Co-authored-by: Eric Eastwood <eric.eastwood@beta.gouv.fr>