mirror of https://github.com/Chocobozzz/PeerTube
Prevent notification from pending subscriptions
parent
d381e967c4
commit
f530dde244
|
@ -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 New Issue