1
0
mirror of https://github.com/misskey-dev/misskey synced 2025-01-18 15:53:22 +09:00
This commit is contained in:
syuilo 2021-03-18 11:03:38 +09:00
parent e53a40658d
commit 0d19c2d42e

View File

@ -40,6 +40,7 @@ export default async (job: Bull.Job<InboxJobData>): Promise<string> => {
return `Old keyId is no longer supported. ${keyIdLower}`;
}
// TDOO: キャッシュ
const dbResolver = new DbResolver();
// HTTP-Signature keyIdを元にDBから取得