Browse Source

Prevent notification from pending subscriptions

pull/5340/merge
Chocobozzz 1 week ago
parent
commit
f530dde244
No known key found for this signature in database GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      server/models/user/user.ts

+ 1
- 0
server/models/user/user.ts View File

@@ -550,6 +550,7 @@ export class UserModel extends Model<Partial<AttributesOnly<UserModel>>> {
model: ActorFollowModel.unscoped(),
required: true,
where: {
state: 'accepted',
targetActorId: actorId
}
}


Loading…
Cancel
Save