synapse/changelog.d/7384.bugfix
Richard van der Hoff 6c1f7c722f
Fix limit logic for AccountDataStream (#7384)
Make sure that the AccountDataStream presents complete updates, in the right
order.

This is much the same fix as #7337 and #7358, but applied to a different stream.
2020-05-15 19:03:25 +01:00

2 lines
116 B
Plaintext

Fix a bug where event updates might not be sent over replication to worker processes after the stream falls behind.