mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix announces when fetching the actor outbox
This commit is contained in:
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
Block a user