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:
parent
44a9a76e29
commit
2e3a0215d0
19 changed files with 59 additions and 13 deletions
|
@ -39,7 +39,7 @@ async function processActivityPubHttpBroadcast (job: kue.Job) {
|
|||
}
|
||||
}
|
||||
|
||||
return ActorFollowModel.updateActorFollowsScoreAndRemoveBadOnes(goodUrls, badUrls, undefined)
|
||||
return ActorFollowModel.updateActorFollowsScore(goodUrls, badUrls, undefined)
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue