Prevent notification from pending subscriptions
This commit is contained in:
parent
d381e967c4
commit
f530dde244
1 changed files with 1 additions and 0 deletions
|
@ -550,6 +550,7 @@ export class UserModel extends Model<Partial<AttributesOnly<UserModel>>> {
|
|||
model: ActorFollowModel.unscoped(),
|
||||
required: true,
|
||||
where: {
|
||||
state: 'accepted',
|
||||
targetActorId: actorId
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue