diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-17 10:47:22 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2020-05-01 16:41:02 +0200 |
commit | 86521a67b2edb06a139b095e489c205457eaba8f (patch) | |
tree | 3a0106ab146c3d8436ce502a43d38838800c4595 /server/lib/emailer.ts | |
parent | 9b4241e33bf46c4f0468565ce41ca7f810b2dbfa (diff) | |
download | PeerTube-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/emailer.ts')
-rw-r--r-- | server/lib/emailer.ts | 2 |
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 | ||