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
5 changed files with 10 additions and 135 deletions
-2
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 & {