Always use sender certificates including UUID
This commit is contained in:
parent
7a55c68c6c
commit
d6d2d242d4
7 changed files with 59 additions and 69 deletions
|
@ -35,7 +35,6 @@ function base64ToArrayBuffer(string: string): ArrayBuffer {
|
|||
export type SendMetadataType = {
|
||||
[identifier: string]: {
|
||||
accessKey: string;
|
||||
useUuidSenderCert: boolean;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -46,7 +45,6 @@ type GroupMemberType = {
|
|||
|
||||
export type SendOptionsType = {
|
||||
senderCertificate?: ArrayBuffer;
|
||||
senderCertificateWithUuid?: ArrayBuffer;
|
||||
sendMetadata?: SendMetadataType;
|
||||
online?: boolean;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue