From 699c15255c645ec43400c265650178d779004b6e Mon Sep 17 00:00:00 2001 From: schrumpel Date: Sat, 24 Feb 2024 22:22:28 +0100 Subject: [PATCH] fuck :D --- app/Http/Controllers/VideoController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/VideoController.php b/app/Http/Controllers/VideoController.php index a48b7f8..f6de504 100644 --- a/app/Http/Controllers/VideoController.php +++ b/app/Http/Controllers/VideoController.php @@ -164,7 +164,7 @@ class VideoController extends Controller // exec("curl -H \"Content-Type: application/json; charset=UTF-8\" -X POST -d '$payload' '$url' > /dev/null &"); // } - if (config('matrix.enabled') && config('matrix.token') && config('matrix.homeserver') && config('matrix.room')) { + if (config('matrix.enabled') && config('matrix.mauauth') && config('matrix.mauurl')) { $mauauth = config('matrix.mauauth'); $mauurl = config('matrix.mauurl');