mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-22 20:13:36 +00:00
署名検証失敗はリトライしないように (#6437)
This commit is contained in:
@@ -97,7 +97,7 @@ export default async (job: Bull.Job<InboxJobData>): Promise<string> => {
|
||||
return `Blocked request: ${ldHost}`;
|
||||
}
|
||||
} else {
|
||||
throw `skip: http-signature verification failed.`;
|
||||
return `skip: http-signature verification failed and no LD-Signature. keyId=${signature.keyId}`;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user