adding matrix support for new uploaded videos

This commit is contained in:
w0bm
2024-02-18 15:08:10 +00:00
parent 341f8b1f07
commit bae8bcae6c
5 changed files with 30 additions and 22 deletions

View File

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