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
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;