mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-02 13:21:53 +01:00
署名検証失敗はリトライしないように (#6437)
This commit is contained in:
parent
df0e9d75fe
commit
fd2573c068
1 changed files with 1 additions and 1 deletions
|
@ -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}`;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue