Update packages/backend/src/core/QueueService.ts

Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
This commit is contained in:
tamaina 2024-07-31 11:58:22 +09:00 committed by GitHub
parent cf7b8ab9c5
commit ac4e0dd940
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ export class QueueService {
digest: await genRFC3230DigestHeader(contentBody, 'SHA-256'), digest: await genRFC3230DigestHeader(contentBody, 'SHA-256'),
to, to,
isSharedInbox, isSharedInbox,
privateKey: privateKey && { keyId: privateKey.keyId, privateKeyPem: privateKey.privateKeyPem }, privateKey,
}; };
return this.deliverQueue.add(to, data, { return this.deliverQueue.add(to, data, {