Test more contact splitting scenarios

This commit is contained in:
Fedor Indutny 2024-01-31 09:51:09 -08:00 committed by GitHub
parent 304287efef
commit 900b40381c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 93 additions and 81 deletions

View file

@ -640,8 +640,7 @@ export type CapabilitiesType = {
pni: boolean;
};
export type CapabilitiesUploadType = {
// true in staging, false in production
pni: boolean;
pni: true;
};
type StickerPackManifestType = Uint8Array;