This commit is contained in:
syuilo 2019-04-07 23:06:07 +09:00
parent fffa32df48
commit d9780606b3
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
6 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@ import * as Bull from 'bull';
import { queueLogger } from '../../logger';
import parseAcct from '../../../misc/acct/parse';
import resolveUser from '../../../remote/resolve-user';
import { resolveUser } from '../../../remote/resolve-user';
import { pushUserToUserList } from '../../../services/user-list/push';
import { downloadTextFile } from '../../../misc/download-text-file';
import { isSelfHost, toDbHost } from '../../../misc/convert-host';