Implement Mention object

This commit is contained in:
Akihiko Odaki
2018-04-05 01:24:39 +09:00
parent a5715ecc1b
commit 168b0730b4
6 changed files with 25 additions and 21 deletions

View File

@ -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);
}
}