1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Add short description in config

This commit is contained in:
Chocobozzz 2018-03-15 14:31:08 +01:00
parent 44a9a76e29
commit 2e3a0215d0
No known key found for this signature in database
GPG key ID: 583A612D890159BE
19 changed files with 59 additions and 13 deletions

View file

@ -39,7 +39,7 @@ async function processActivityPubHttpBroadcast (job: kue.Job) {
}
}
return ActorFollowModel.updateActorFollowsScoreAndRemoveBadOnes(goodUrls, badUrls, undefined)
return ActorFollowModel.updateActorFollowsScore(goodUrls, badUrls, undefined)
}
// ---------------------------------------------------------------------------