mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Send and receive PniSignatureMessage
This commit is contained in:
6
ts/textsecure/Types.d.ts
vendored
6
ts/textsecure/Types.d.ts
vendored
@@ -267,6 +267,7 @@ export interface CallbackResultType {
|
||||
timestamp?: number;
|
||||
recipients?: Record<string, Array<number>>;
|
||||
urgent?: boolean;
|
||||
hasPniSignatureMessage?: boolean;
|
||||
}
|
||||
|
||||
export interface IRequestHandler {
|
||||
@@ -278,3 +279,8 @@ export type PniKeyMaterialType = Readonly<{
|
||||
signedPreKey: Uint8Array;
|
||||
registrationId: number;
|
||||
}>;
|
||||
|
||||
export type PniSignatureMessageType = Readonly<{
|
||||
pni: UUIDStringType;
|
||||
signature: Uint8Array;
|
||||
}>;
|
||||
|
||||
Reference in New Issue
Block a user