Fix video_share_url duplicate key in transcoding job
This commit is contained in:
parent
9d145133d8
commit
a797728009
6 changed files with 63 additions and 44 deletions
|
@ -56,7 +56,7 @@ async function inboxController (req: express.Request, res: express.Response, nex
|
|||
specificActor = res.locals.videoChannel
|
||||
}
|
||||
|
||||
logger.info('Receiving inbox requests for %d activities by %s.', activities.length, res.locals.signature.actor)
|
||||
logger.info('Receiving inbox requests for %d activities by %s.', activities.length, res.locals.signature.actor.url)
|
||||
|
||||
await processActivities(activities, res.locals.signature.actor, specificActor)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue