If there has bee e.g. a netsplit in a room where the remote servers have sent more than ten events, then when the netsplit resolves the local server will fetch up to 10 events. The remaining events will be backfilled when a client does an appropriate call to /messages
.
The syncing clients will receive the new events down their timeline, however the limited
flag is not set. This means the client thinks there is no gap, and so won't try and backfill any missed messages.
The net result is that clients won't ever see the older events in the remote fork.