mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-18 22:20:05 +01:00
Update packages/backend/src/core/QueueService.ts
Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
This commit is contained in:
parent
1721c39f2a
commit
cf7b8ab9c5
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ export class QueueService {
|
|||
content: contentBody,
|
||||
to: d[0],
|
||||
isSharedInbox: d[1],
|
||||
privateKey: privateKey && { keyId: privateKey.keyId, privateKeyPem: privateKey.privateKeyPem },
|
||||
privateKey,
|
||||
} as DeliverJobData,
|
||||
opts,
|
||||
})));
|
||||
|
|
Loading…
Reference in a new issue