diff options
Diffstat (limited to 'server/models')
-rw-r--r-- | server/models/activitypub/actor.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/activitypub/actor.ts b/server/models/activitypub/actor.ts index 269149a31..c79bba96b 100644 --- a/server/models/activitypub/actor.ts +++ b/server/models/activitypub/actor.ts | |||
@@ -389,7 +389,7 @@ export class ActorModel extends Model<ActorModel> { | |||
389 | attribute: [], | 389 | attribute: [], |
390 | model: ActorFollowModel.unscoped(), | 390 | model: ActorFollowModel.unscoped(), |
391 | required: true, | 391 | required: true, |
392 | as: 'ActorFollowers', | 392 | as: 'ActorFollowing', |
393 | where: { | 393 | where: { |
394 | state: 'accepted', | 394 | state: 'accepted', |
395 | targetActorId: this.id | 395 | targetActorId: this.id |