This commit is contained in:
syuilo 2019-03-12 13:12:49 +09:00
parent 96528d139b
commit 3a7523e972

View file

@ -45,6 +45,8 @@ export async function importFollowing(job: Bull.Job, done: any): Promise<void> {
target = await resolveUser(username, host);
}
logger.info(`Follow ${target._id} ...`);
follow(user, target);
}