1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Add video channel and video thumbnail, rework video appearance in row

This commit is contained in:
Rigel Kent 2020-04-17 10:47:22 +02:00 committed by Rigel Kent
parent 9b4241e33b
commit 86521a67b2
12 changed files with 193 additions and 35 deletions

View file

@ -292,7 +292,7 @@ class Emailer {
const videoUrl = WEBSERVER.URL + videoAbuse.Video.getWatchStaticPath()
const text = 'Hi,\n\n' +
`${WEBSERVER.HOST} received an abuse for the following video ${videoUrl}\n\n` +
`${WEBSERVER.HOST} received an abuse for the following video: ${videoUrl}\n\n` +
'Cheers,\n' +
`${CONFIG.EMAIL.BODY.SIGNATURE}`