summary refs log tree commit diff
path: root/changelog.d/15737.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prepare changelog for v1.87.0rc1Eric Eastwood2023-06-271-1/+0
|
* Avoid backfill when we already have messages to return (#15737)Eric Eastwood2023-06-131-0/+1
We now only block the client to backfill when we see a large gap in the events (more than 2 events missing in a row according to `depth`), more than 3 single-event holes, or not enough messages to fill the response. Otherwise, we return the messages directly to the client and backfill in the background for eventual consistency sake. Fix https://github.com/matrix-org/synapse/issues/15696