diff --git a/syncapi/internal/keychange.go b/syncapi/internal/keychange.go index 01483d8b1..3f901f498 100644 --- a/syncapi/internal/keychange.go +++ b/syncapi/internal/keychange.go @@ -131,7 +131,7 @@ func DeviceListCatchup( to.DeviceListPosition = types.LogPosition{ Partition: queryRes.Partition, Offset: queryRes.Offset, - }) + } res.NextBatch.ApplyUpdates(to) return hasNew, nil