Implement Mention object
This commit is contained in:
parent
a5715ecc1b
commit
168b0730b4
6 changed files with 25 additions and 21 deletions
|
@ -25,7 +25,7 @@ export default async ({ data }, done) => {
|
|||
}) as IRemoteUser;
|
||||
|
||||
if (user === null) {
|
||||
user = await resolvePerson(data.signature.keyId);
|
||||
user = await resolvePerson(new Resolver(), data.signature.keyId);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue