From 4dae00e68b71ee3725a94eef891f3c43e10040b0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 14 Jun 2018 11:25:19 +0200 Subject: Use local object URLs for feeds --- server/models/video/video-comment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/models/video/video-comment.ts') 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 { where: {}, include: [ { - attributes: [ 'name' ], + attributes: [ 'name', 'uuid' ], model: VideoModel.unscoped(), required: true } -- cgit v1.2.3