mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-02 06:11:32 +01:00
Fix some import cycles
This commit is contained in:
@@ -27,7 +27,7 @@ import { uuidToBytes } from '../util/uuidToBytes.std.js';
|
||||
import { Address } from '../types/Address.std.js';
|
||||
import { QualifiedAddress } from '../types/QualifiedAddress.std.js';
|
||||
import type { StoryMessageRecipientsType } from '../types/Stories.std.js';
|
||||
import { SenderKeys } from '../LibSignalStores.preload.js';
|
||||
import { SenderKeys } from '../LibSignalStores.node.js';
|
||||
import type {
|
||||
TextAttachmentType,
|
||||
UploadedAttachmentType,
|
||||
@@ -2722,6 +2722,7 @@ export class MessageSender {
|
||||
const senderKeyDistributionMessage =
|
||||
await signalProtocolStore.enqueueSenderKeyJob(address, async () => {
|
||||
const senderKeyStore = new SenderKeys({
|
||||
signalProtocolStore,
|
||||
ourServiceId: ourAci,
|
||||
zone: GLOBAL_ZONE,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user