Sender Key: Hardcode senderKey to true, during link and thereafter
This commit is contained in:
parent
0d3e3851e2
commit
81f06e2404
3 changed files with 9 additions and 10 deletions
|
@ -764,10 +764,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;
|
||||
|
@ -1494,7 +1494,7 @@ export function initialize({
|
|||
announcementGroup: true,
|
||||
'gv2-3': true,
|
||||
'gv1-migration': true,
|
||||
senderKey: false,
|
||||
senderKey: true,
|
||||
};
|
||||
|
||||
const { accessKey, uuid } = options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue