1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Use local object URLs for feeds

This commit is contained in:
Chocobozzz 2018-06-14 11:25:19 +02:00
parent 3d5de919f3
commit 4dae00e68b
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 5 additions and 3 deletions

View file

@ -348,7 +348,7 @@ export class VideoCommentModel extends Model<VideoCommentModel> {
where: {},
include: [
{
attributes: [ 'name' ],
attributes: [ 'name', 'uuid' ],
model: VideoModel.unscoped(),
required: true
}