From 012c5b4f39f14a1b60c6515d49f76fc7f623482c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 20 Nov 2025 22:27:29 +0100 Subject: [PATCH] fix(setupcheck): Fix filename for setupchecks Signed-off-by: Joas Schilling --- lib/SetupCheck/BackgroundBlurLoading.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SetupCheck/BackgroundBlurLoading.php b/lib/SetupCheck/BackgroundBlurLoading.php index c1b0cd137e..d43133dee4 100644 --- a/lib/SetupCheck/BackgroundBlurLoading.php +++ b/lib/SetupCheck/BackgroundBlurLoading.php @@ -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) {