mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +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
|
@ -44,7 +44,7 @@ async function inboxController (req: express.Request, res: express.Response, nex
|
|||
}
|
||||
|
||||
// Only keep activities we are able to process
|
||||
logger.debug('Filtering activities...', { activities })
|
||||
logger.debug('Filtering %d activities...', activities.length)
|
||||
activities = activities.filter(a => isActivityValid(a))
|
||||
logger.debug('We keep %d activities.', activities.length, { activities })
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue