refresh
This commit is contained in:
parent
13e0a64a77
commit
e2a8f4f880
2 changed files with 13 additions and 2 deletions
|
|
@ -119,7 +119,8 @@ export class InboxProcessorService {
|
|||
// みたいになっててUserを引っ張れば公開キーも入ることを期待する
|
||||
if (activity.signature.creator) {
|
||||
const candicate = activity.signature.creator.replace(/#.*/, '');
|
||||
await this.apPersonService.resolvePerson(candicate).catch(() => null);
|
||||
const user = await this.apPersonService.resolvePerson(candicate).catch(() => null);
|
||||
if (user) this.apDbResolverService.refreshCacheByUserId(user.id);
|
||||
}
|
||||
|
||||
// keyIdからLD-Signatureのユーザーを取得
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue