fixing output for matrix message

This commit is contained in:
w0bm
2024-02-18 15:20:35 +00:00
parent bae8bcae6c
commit 289e5ea82e
5 changed files with 2 additions and 4 deletions

View File

@@ -4,5 +4,5 @@ return [
'homeserver' => env('MATRIX_HOMESERVER'),
'room' => env('MATRIX_ROOMID'),
'token' => env('MATRIX_TOKEN'),
'message' => '<USER> uploaded a new webm: https://w0bm.com/<ID><NSFW>',
'message' => '<USER> uploaded a new <NSFW> webm: https://w0bm.com/<ID>',
];