synapse/changelog.d/13353.bugfix
Richard van der Hoff ca3db044a3
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.
2022-07-26 11:47:31 +00:00

2 lines
111 B
Plaintext

Fix a bug in the experimental faster-room-joins support which could cause it to get stuck in an infinite loop.