mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Fix issues with truncated description and utf characters
This commit is contained in:
parent
a3cffab42d
commit
bffbebbe6b
4 changed files with 14 additions and 7 deletions
|
@ -40,8 +40,7 @@ async function processActivities (activities: Activity[], signatureActor?: Actor
|
|||
try {
|
||||
await activityProcessor(activity, inboxActor)
|
||||
} catch (err) {
|
||||
logger.warn(err.stack)
|
||||
logger.warn('Cannot process activity %s.', activity.type, err)
|
||||
logger.warn('Cannot process activity %s.', activity.type, { error: err.stack })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue