mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
Use UUID-only sender certificate when applicable
This commit is contained in:
@@ -63,11 +63,11 @@ function stringToArrayBuffer(str: string): ArrayBuffer {
|
||||
export type SendMetadataType = {
|
||||
[identifier: string]: {
|
||||
accessKey: string;
|
||||
senderCertificate?: SerializedCertificateType;
|
||||
};
|
||||
};
|
||||
|
||||
export type SendOptionsType = {
|
||||
senderCertificate?: SerializedCertificateType;
|
||||
sendMetadata?: SendMetadataType;
|
||||
online?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user