mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Drop verified syncs, use storage service for event
This commit is contained in:
Vendored
-2
@@ -403,9 +403,7 @@ export type GroupV2PendingAdminApprovalType = {
|
||||
|
||||
export type VerificationOptions = {
|
||||
key?: null | Uint8Array;
|
||||
viaContactSync?: boolean;
|
||||
viaStorageServiceSync?: boolean;
|
||||
viaSyncMessage?: boolean;
|
||||
};
|
||||
|
||||
export type ShallowChallengeError = CustomError & {
|
||||
|
||||
Reference in New Issue
Block a user