1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Fix tests

This commit is contained in:
Chocobozzz 2020-04-20 09:04:38 +02:00
parent 7a9f9c4626
commit 0dd57e4d43
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 11 additions and 10 deletions

View file

@ -36,7 +36,7 @@ async function processActivityPubFollow (job: Bull.Job) {
}
if (payload.assertIsChannel && !targetActor.VideoChannel) {
logger.warn('Do not follow %s@%s because it is not a channel.', name, host)
logger.warn('Do not follow %s@%s because it is not a channel.', payload.name, host)
return
}