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

@ -2,7 +2,7 @@ import { toUnicode, toASCII } from 'punycode';
import User from '../models/user';
import webFinger from './webfinger';
import config from '../config';
import { createPerson } from './activitypub/objects/person';
import { createPerson } from './activitypub/models/person';
export default async (username, _host, option) => {
const usernameLower = username.toLowerCase();