diff --git a/shared/requests.php b/shared/requests.php index a94d02f..aa89595 100644 --- a/shared/requests.php +++ b/shared/requests.php @@ -406,6 +406,9 @@ function composeFetchUpdRequest($device, $encData, $arch, $flight, $ring, $build $type ); + $syncCurrent = uupApiConfigIsTrue('fetch_sync_current_only'); + $syncCurrentStr = $syncCurrent ? 'true' : 'false'; + return << @@ -527,7 +530,7 @@ function composeFetchUpdRequest($device, $encData, $arch, $flight, $ring, $build - false + $syncCurrentStr $deviceAttributes $callerAttrib $products