mirror of https://github.com/Chocobozzz/PeerTube
Fix announces when fetching the actor outbox
parent
fa236ef067
commit
1d230c4419
|
@ -490,7 +490,7 @@ export class VideoModel extends Model<VideoModel> {
|
|||
},
|
||||
include: [
|
||||
{
|
||||
attributes: [ 'id' ],
|
||||
attributes: [ 'id', 'url' ],
|
||||
model: VideoShareModel.unscoped(),
|
||||
required: false,
|
||||
where: {
|
||||
|
|
Loading…
Reference in New Issue