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

Fix announces when fetching the actor outbox

This commit is contained in:
Chocobozzz 2018-02-04 22:40:37 +01:00
parent fa236ef067
commit 1d230c4419
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -490,7 +490,7 @@ export class VideoModel extends Model<VideoModel> {
},
include: [
{
attributes: [ 'id' ],
attributes: [ 'id', 'url' ],
model: VideoShareModel.unscoped(),
required: false,
where: {