]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/notifier/shared/comment/new-comment-for-video-owner.ts
Add video edition finished notification
[github/Chocobozzz/PeerTube.git] / server / lib / notifier / shared / comment / new-comment-for-video-owner.ts
index b76fc15bf94bd8ee2fcecffd4ebe3d7945aba5f9..7575027038988f087f0323f3db6111b708de7876 100644 (file)
@@ -44,7 +44,7 @@ export class NewCommentForVideoOwner extends AbstractNotification <MCommentOwner
       userId: user.id,
       commentId: this.payload.id
     })
-    notification.Comment = this.payload
+    notification.VideoComment = this.payload
 
     return notification
   }