mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +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
|
@ -28,9 +28,9 @@ async function processActivityPubHttpUnicast (job: kue.Job) {
|
|||
|
||||
try {
|
||||
await doRequest(options)
|
||||
ActorFollowModel.updateActorFollowsScoreAndRemoveBadOnes([ uri ], [], undefined)
|
||||
ActorFollowModel.updateActorFollowsScore([ uri ], [], undefined)
|
||||
} catch (err) {
|
||||
ActorFollowModel.updateActorFollowsScoreAndRemoveBadOnes([], [ uri ], undefined)
|
||||
ActorFollowModel.updateActorFollowsScore([], [ uri ], undefined)
|
||||
|
||||
throw err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue