Drop verified syncs, use storage service for event

This commit is contained in:
Fedor Indutny 2022-04-20 16:41:52 -07:00 committed by GitHub
parent 8c4b875dca
commit da45f26d37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 135 deletions

2
ts/model-types.d.ts vendored
View file

@ -403,9 +403,7 @@ export type GroupV2PendingAdminApprovalType = {
export type VerificationOptions = {
key?: null | Uint8Array;
viaContactSync?: boolean;
viaStorageServiceSync?: boolean;
viaSyncMessage?: boolean;
};
export type ShallowChallengeError = CustomError & {