This commit is contained in:
syuilo 2019-03-12 13:12:49 +09:00
parent db693f598b
commit 5bc30c5493
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

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);
}