aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-04-17 10:47:22 +0200
committerRigel Kent <par@rigelk.eu>2020-05-01 16:41:02 +0200
commit86521a67b2edb06a139b095e489c205457eaba8f (patch)
tree3a0106ab146c3d8436ce502a43d38838800c4595 /server/lib
parent9b4241e33bf46c4f0468565ce41ca7f810b2dbfa (diff)
downloadPeerTube-86521a67b2edb06a139b095e489c205457eaba8f.tar.gz
PeerTube-86521a67b2edb06a139b095e489c205457eaba8f.tar.zst
PeerTube-86521a67b2edb06a139b095e489c205457eaba8f.zip
Add video channel and video thumbnail, rework video appearance in row
Diffstat (limited to 'server/lib')
-rw-r--r--server/lib/emailer.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/emailer.ts b/server/lib/emailer.ts
index 2c0641f3a..5a99edc7f 100644
--- a/server/lib/emailer.ts
+++ b/server/lib/emailer.ts
@@ -292,7 +292,7 @@ class Emailer {
292 const videoUrl = WEBSERVER.URL + videoAbuse.Video.getWatchStaticPath() 292 const videoUrl = WEBSERVER.URL + videoAbuse.Video.getWatchStaticPath()
293 293
294 const text = 'Hi,\n\n' + 294 const text = 'Hi,\n\n' +
295 `${WEBSERVER.HOST} received an abuse for the following video ${videoUrl}\n\n` + 295 `${WEBSERVER.HOST} received an abuse for the following video: ${videoUrl}\n\n` +
296 'Cheers,\n' + 296 'Cheers,\n' +
297 `${CONFIG.EMAIL.BODY.SIGNATURE}` 297 `${CONFIG.EMAIL.BODY.SIGNATURE}`
298 298