]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/activitypub/actor-follow.ts
Send an email on video abuse report
[github/Chocobozzz/PeerTube.git] / server / models / activitypub / actor-follow.ts
index ced48154705187f57271454407e817c37edd9367..a32f5f4981fcb3f4aa6830be1065504a4a20cfa0 100644 (file)
@@ -375,7 +375,8 @@ export class ActorFollowModel extends Model<ActorFollowModel> {
         score: {
           [Sequelize.Op.lte]: 0
         }
-      }
+      },
+      logging: false
     }
 
     return ActorFollowModel.findAll(query)