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:
parent
9b4241e33b
commit
86521a67b2
12 changed files with 193 additions and 35 deletions
|
@ -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}`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue