Add stats route
This commit is contained in:
parent
22b59e8099
commit
09cababd79
26 changed files with 268 additions and 42 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue