Browse Source
Prevent notification from pending subscriptions
pull/5340/merge
Chocobozzz
1 week ago
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with
1 additions and
0 deletions
-
server/models/user/user.ts
|
|
@@ -550,6 +550,7 @@ export class UserModel extends Model<Partial<AttributesOnly<UserModel>>> { |
|
|
|
model: ActorFollowModel.unscoped(), |
|
|
|
required: true, |
|
|
|
where: { |
|
|
|
state: 'accepted', |
|
|
|
targetActorId: actorId |
|
|
|
} |
|
|
|
} |
|
|
|