diff options
Diffstat (limited to 'server/lib/emailer.ts')
-rw-r--r-- | server/lib/emailer.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/emailer.ts b/server/lib/emailer.ts index a5664408d..5a6f37bb9 100644 --- a/server/lib/emailer.ts +++ b/server/lib/emailer.ts | |||
@@ -325,6 +325,7 @@ class Emailer { | |||
325 | subject: `New comment abuse report from ${reporter}`, | 325 | subject: `New comment abuse report from ${reporter}`, |
326 | locals: { | 326 | locals: { |
327 | commentUrl, | 327 | commentUrl, |
328 | videoName: comment.Video.name, | ||
328 | isLocal: comment.isOwned(), | 329 | isLocal: comment.isOwned(), |
329 | commentCreatedAt: new Date(comment.createdAt).toLocaleString(), | 330 | commentCreatedAt: new Date(comment.createdAt).toLocaleString(), |
330 | reason: abuse.reason, | 331 | reason: abuse.reason, |