This commit is contained in:
syuilo 2018-04-17 16:05:50 +09:00
parent 3d276ab733
commit aaa167fd57
8 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ const httpSignature = require('http-signature');
import parseAcct from '../../../acct/parse';
import User, { IRemoteUser } from '../../../models/user';
import perform from '../../../remote/activitypub/perform';
import { resolvePerson } from '../../../remote/activitypub/objects/person';
import { resolvePerson } from '../../../remote/activitypub/models/person';
const log = debug('misskey:queue:inbox');