Resolve account by signature in inbox
This commit is contained in:
parent
ce7efc4dbb
commit
69763ac32b
7 changed files with 72 additions and 56 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue