mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 00:03:51 +09: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