diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-07-26 12:47:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-26 11:47:31 +0000 |
commit | ca3db044a3b5a207ff8d65ad7b761427ab215ccc (patch) | |
tree | 82a100ebd57098e5a6cd0f4a471a1c782e580380 /changelog.d | |
parent | Faster room joins: avoid blocking when pulling events with missing prevs (#13... (diff) | |
download | synapse-ca3db044a3b5a207ff8d65ad7b761427ab215ccc.tar.xz |
Fix infinite loop in partial-state resync (#13353)
Make sure that we only pull out events from the db once they have no prev-events with partial state.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13353.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13353.bugfix b/changelog.d/13353.bugfix new file mode 100644 index 0000000000..8e18bfae1f --- /dev/null +++ b/changelog.d/13353.bugfix @@ -0,0 +1 @@ +Fix a bug in the experimental faster-room-joins support which could cause it to get stuck in an infinite loop. |