Drop pnpChangeNumber capability

This commit is contained in:
Fedor Indutny
2022-08-24 09:34:00 -07:00
committed by GitHub
parent fef9e5b58e
commit 6e3ec163dc
2 changed files with 0 additions and 4 deletions

View File

@@ -2236,7 +2236,6 @@ export async function startApp(): Promise<void> {
senderKey: true,
changeNumber: true,
stories: true,
pnpChangeNumber: true,
}),
updateOurUsernameAndPni(),
]);

View File

@@ -619,7 +619,6 @@ export type CapabilitiesType = {
senderKey: boolean;
changeNumber: boolean;
stories: boolean;
pnpChangeNumber: boolean;
};
export type CapabilitiesUploadType = {
announcementGroup: true;
@@ -629,7 +628,6 @@ export type CapabilitiesUploadType = {
senderKey: true;
changeNumber: true;
stories: true;
pnpChangeNumber: true;
};
type StickerPackManifestType = Uint8Array;
@@ -1839,7 +1837,6 @@ export function initialize({
senderKey: true,
changeNumber: true,
stories: true,
pnpChangeNumber: true,
};
const { accessKey } = options;