This commit is contained in:
Kibi Kelburton 2024-02-24 22:22:28 +01:00
parent 8864f3c841
commit 699c15255c

View File

@ -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');