diff --git a/src/queue/processors/db/import-following.ts b/src/queue/processors/db/import-following.ts index b814908cb..9b8b9f961 100644 --- a/src/queue/processors/db/import-following.ts +++ b/src/queue/processors/db/import-following.ts @@ -45,6 +45,8 @@ export async function importFollowing(job: Bull.Job, done: any): Promise { target = await resolveUser(username, host); } + logger.info(`Follow ${target._id} ...`); + follow(user, target); }