Fix storage service handling of contact status

This commit is contained in:
Fedor Indutny 2022-11-07 15:21:12 -08:00 committed by GitHub
parent 38c6a872f4
commit 9ce8d5e68f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 297 additions and 549 deletions

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

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