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
1 changed files with 1 additions and 1 deletions

View File

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