mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-09 15:13:12 -06:00
Don't use latest stream position
This commit is contained in:
parent
3ecffd64cf
commit
aad398ef51
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue