upload notifications for matrix

This commit is contained in:
2024-02-24 22:19:34 +01:00
parent de12738c63
commit 8864f3c841
2 changed files with 27 additions and 21 deletions

View File

@@ -1,8 +1,6 @@
<?php
return [
'enabled' => true,
'homeserver' => env('MATRIX_HOMESERVER'),
'room' => env('MATRIX_ROOMID'),
'token' => env('MATRIX_TOKEN'),
'message' => '<USER> uploaded a new <NSFW> webm: https://w0bm.com/<ID>',
'mauauth' => env('MATRIX_MAUAUTH'),
'mauurl' => env('MATRIX_MAUURL')
];