Sender Key: Prepare for testing in beta
This commit is contained in:
parent
c5de4c6284
commit
ab5a12fded
6 changed files with 34 additions and 18 deletions
|
@ -748,10 +748,10 @@ export type CapabilitiesType = {
|
|||
senderKey: boolean;
|
||||
};
|
||||
export type CapabilitiesUploadType = {
|
||||
announcementGroup: boolean;
|
||||
'gv2-3': boolean;
|
||||
'gv1-migration': boolean;
|
||||
senderKey: boolean;
|
||||
announcementGroup: true;
|
||||
'gv2-3': true;
|
||||
'gv1-migration': true;
|
||||
senderKey: true;
|
||||
};
|
||||
|
||||
type StickerPackManifestType = any;
|
||||
|
@ -1478,7 +1478,7 @@ export function initialize({
|
|||
announcementGroup: true,
|
||||
'gv2-3': true,
|
||||
'gv1-migration': true,
|
||||
senderKey: false,
|
||||
senderKey: true,
|
||||
};
|
||||
|
||||
const { accessKey } = options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue