mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Add migrations
This commit is contained in:
parent
57f6896f67
commit
4f32032fed
34 changed files with 675 additions and 183 deletions
|
@ -320,7 +320,7 @@ class Emailer {
|
|||
const commentUrl = WEBSERVER.URL + comment.Video.getWatchStaticPath() + ';threadId=' + comment.getThreadId()
|
||||
|
||||
emailPayload = {
|
||||
template: 'comment-abuse-new',
|
||||
template: 'video-comment-abuse-new',
|
||||
to,
|
||||
subject: `New comment abuse report from ${reporter}`,
|
||||
locals: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue