Update packages/backend/src/core/QueueService.ts
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
This commit is contained in:
parent
cf7b8ab9c5
commit
ac4e0dd940
|
@ -103,7 +103,7 @@ export class QueueService {
|
|||
digest: await genRFC3230DigestHeader(contentBody, 'SHA-256'),
|
||||
to,
|
||||
isSharedInbox,
|
||||
privateKey: privateKey && { keyId: privateKey.keyId, privateKeyPem: privateKey.privateKeyPem },
|
||||
privateKey,
|
||||
};
|
||||
|
||||
return this.deliverQueue.add(to, data, {
|
||||
|
|
Loading…
Reference in New Issue