Resolve account by signature in inbox

This commit is contained in:
Akihiko Odaki
2018-04-02 18:36:47 +09:00
parent ce7efc4dbb
commit 69763ac32b
7 changed files with 72 additions and 56 deletions

View File

@ -19,7 +19,7 @@ export default async (username, host, option) => {
throw new Error();
}
user = await resolvePerson(self.href, usernameLower, hostLower, acctLower);
user = await resolvePerson(self.href, acctLower);
}
return user;