diff options
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/job-queue/handlers/activitypub-follow.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/job-queue/handlers/activitypub-follow.ts b/server/lib/job-queue/handlers/activitypub-follow.ts index 94eeed4c0..e467c5b1b 100644 --- a/server/lib/job-queue/handlers/activitypub-follow.ts +++ b/server/lib/job-queue/handlers/activitypub-follow.ts | |||
@@ -36,7 +36,7 @@ async function processActivityPubFollow (job: Bull.Job) { | |||
36 | } | 36 | } |
37 | 37 | ||
38 | if (payload.assertIsChannel && !targetActor.VideoChannel) { | 38 | if (payload.assertIsChannel && !targetActor.VideoChannel) { |
39 | logger.warn('Do not follow %s@%s because it is not a channel.', name, host) | 39 | logger.warn('Do not follow %s@%s because it is not a channel.', payload.name, host) |
40 | return | 40 | return |
41 | } | 41 | } |
42 | 42 | ||