mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Fix tests
This commit is contained in:
parent
7a9f9c4626
commit
0dd57e4d43
2 changed files with 11 additions and 10 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue