Drop pnpChangeNumber capability

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2022-08-24 09:52:40 -07:00 committed by GitHub
parent 0b5d643b9a
commit e60f2b096e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

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

View File

@ -649,7 +649,6 @@ export type CapabilitiesType = {
senderKey: boolean;
changeNumber: boolean;
stories: boolean;
pnpChangeNumber: boolean;
};
export type CapabilitiesUploadType = {
announcementGroup: true;
@ -659,7 +658,6 @@ export type CapabilitiesUploadType = {
senderKey: true;
changeNumber: true;
stories: true;
pnpChangeNumber: true;
};
type StickerPackManifestType = Uint8Array;
@ -1844,7 +1842,6 @@ export function initialize({
senderKey: true,
changeNumber: true,
stories: true,
pnpChangeNumber: true,
};
const { accessKey } = options;