matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.83k stars 2.13k forks source link

Mark sync as limited if there is a gap in the timeline #16485

Closed erikjohnston closed 1 year ago

erikjohnston commented 1 year ago

Fixes #16463

erikjohnston commented 1 year ago

This should probably have a complement test?

Can someone write a bot to remind me about tests being a thing??

erikjohnston commented 1 year ago

@clokep I wrote a test and it found an edge case! I've hopefully fixed it....