Stop using deprecated PniCredential
This commit is contained in:
parent
b7526d4e26
commit
59da9c7ae5
12 changed files with 38 additions and 241 deletions
3
ts/model-types.d.ts
vendored
3
ts/model-types.d.ts
vendored
|
@ -293,7 +293,8 @@ export type ConversationAttributesType = {
|
|||
};
|
||||
profileKeyCredential?: string | null;
|
||||
profileKeyCredentialExpiration?: number | null;
|
||||
pniCredential?: string | null;
|
||||
// TODO: DESKTOP-4223
|
||||
pniCredential?: void;
|
||||
lastProfile?: ConversationLastProfileType;
|
||||
quotedMessageId?: string | null;
|
||||
sealedSender?: unknown;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue