mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add stats route
This commit is contained in:
@@ -56,6 +56,8 @@ 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)
|
||||
|
||||
await processActivities(activities, res.locals.signature.actor, specificActor)
|
||||
|
||||
res.status(204).end()
|
||||
|
||||
Reference in New Issue
Block a user