Merge pull request #16393 from nextcloud/bugfix/16380/fix-setupcheck-files

fix(setupcheck): Fix filename for setupchecks
This commit is contained in:
Anna 2025-11-20 22:45:54 +01:00 committed by GitHub
commit c0f9b86fea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ class BackgroundBlurLoading implements ISetupCheck {
#[\Override]
public function run(): SetupResult {
$url = $this->urlGenerator->linkTo('spreed', 'js/tflite.wasm');
$url = $this->urlGenerator->linkTo('spreed', 'js/vision_wasm_internal.wasm');
$noResponse = true;
$responses = $this->runRequest('HEAD', $url);
foreach ($responses as $response) {