Drop verified syncs, use storage service for event
This commit is contained in:
parent
8c4b875dca
commit
da45f26d37
5 changed files with 10 additions and 135 deletions
2
ts/model-types.d.ts
vendored
2
ts/model-types.d.ts
vendored
|
@ -403,9 +403,7 @@ export type GroupV2PendingAdminApprovalType = {
|
|||
|
||||
export type VerificationOptions = {
|
||||
key?: null | Uint8Array;
|
||||
viaContactSync?: boolean;
|
||||
viaStorageServiceSync?: boolean;
|
||||
viaSyncMessage?: boolean;
|
||||
};
|
||||
|
||||
export type ShallowChallengeError = CustomError & {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue