mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 22:39:33 +09:00
retry no key
This commit is contained in:
parent
74c8f0a483
commit
6907b6505a
@ -103,7 +103,9 @@ export class InboxProcessorService {
|
|||||||
|
|
||||||
// publicKey がなくても終了
|
// publicKey がなくても終了
|
||||||
if (authUser.key == null) {
|
if (authUser.key == null) {
|
||||||
throw new Bull.UnrecoverableError('skip: failed to resolve user publicKey');
|
// publicKeyがないのはpublicKeyの変更(主にmain→ed25519)に
|
||||||
|
// 対応しきれていない場合があるためリトライする
|
||||||
|
throw new Error('skip: failed to resolve user publicKey');
|
||||||
}
|
}
|
||||||
|
|
||||||
// HTTP-Signatureの検証
|
// HTTP-Signatureの検証
|
||||||
|
Loading…
Reference in New Issue
Block a user