Don't use latest stream position

This commit is contained in:
Till Faelligen 2022-08-19 15:09:43 +02:00
parent 3ecffd64cf
commit aad398ef51
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E

View file

@ -231,7 +231,7 @@ func (p *PDUStreamProvider) IncrementalSync(
delete(req.Response.Rooms.Join, x)
}
r = types.Range{
From: p.latest,
From: to,
To: 0,
Backwards: true,
}