diff options
Diffstat (limited to 'server/models/video/video-comment.ts')
-rw-r--r-- | server/models/video/video-comment.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/video/video-comment.ts b/server/models/video/video-comment.ts index 86766a5d1..f93d81d67 100644 --- a/server/models/video/video-comment.ts +++ b/server/models/video/video-comment.ts | |||
@@ -348,7 +348,7 @@ export class VideoCommentModel extends Model<VideoCommentModel> { | |||
348 | where: {}, | 348 | where: {}, |
349 | include: [ | 349 | include: [ |
350 | { | 350 | { |
351 | attributes: [ 'name' ], | 351 | attributes: [ 'name', 'uuid' ], |
352 | model: VideoModel.unscoped(), | 352 | model: VideoModel.unscoped(), |
353 | required: true | 353 | required: true |
354 | } | 354 | } |