log keyid

This commit is contained in:
tamaina 2024-03-09 16:39:01 +00:00
parent 75a2f1c1e8
commit 4310229ca5
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ export class InboxProcessorService {
if (authUser.key == null) {
// publicKeyがないのはpublicKeyの変更主にmain→ed25519
// 対応しきれていない場合があるためリトライする
throw new Error('skip: failed to resolve user publicKey');
throw new Error(`skip: failed to resolve user publicKey: keyId=${signature.keyId}`);
}
// HTTP-Signatureの検証