mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Fix bad to/cc when undo dislike
This commit is contained in:
parent
f00984c007
commit
fef2c7164e
3 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ const activityPubValidator = [
|
|||
body('').custom((value, { req }) => isRootActivityValid(req.body)),
|
||||
|
||||
(req: express.Request, res: express.Response, next: express.NextFunction) => {
|
||||
logger.debug('Checking activity pub parameters', { parameters: req.body })
|
||||
logger.debug('Checking activity pub parameters')
|
||||
|
||||
if (areValidationErrors(req, res)) return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue