fix(setupcheck): Fix filename for setupchecks

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2025-11-20 22:27:29 +01:00
parent c04b7d70d5
commit 012c5b4f39
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0

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) {