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: [
|
include: [
|
||||||
{
|
{
|
||||||
attributes: [ 'id' ],
|
attributes: [ 'id', 'url' ],
|
||||||
model: VideoShareModel.unscoped(),
|
model: VideoShareModel.unscoped(),
|
||||||
required: false,
|
required: false,
|
||||||
where: {
|
where: {
|
||||||
|
|
Loading…
Reference in New Issue