Update for @signalapp/libsignal-client rename
This commit is contained in:
parent
d18ed40a23
commit
5a107e1bc3
28 changed files with 56 additions and 64 deletions
|
@ -12,7 +12,7 @@ import { z } from 'zod';
|
|||
import type {
|
||||
CiphertextMessage,
|
||||
PlaintextContent,
|
||||
} from '@signalapp/signal-client';
|
||||
} from '@signalapp/libsignal-client';
|
||||
import {
|
||||
CiphertextMessageType,
|
||||
ProtocolAddress,
|
||||
|
@ -20,7 +20,7 @@ import {
|
|||
SenderCertificate,
|
||||
signalEncrypt,
|
||||
UnidentifiedSenderMessageContent,
|
||||
} from '@signalapp/signal-client';
|
||||
} from '@signalapp/libsignal-client';
|
||||
|
||||
import type { WebAPIType, MessageType } from './WebAPI';
|
||||
import type { SendMetadataType, SendOptionsType } from './SendMessage';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue