Add pniSignatureVerified support
This commit is contained in:
parent
7dc11c1928
commit
95caf59c3c
11 changed files with 258 additions and 126 deletions
1
ts/model-types.d.ts
vendored
1
ts/model-types.d.ts
vendored
|
@ -370,6 +370,7 @@ export type ConversationAttributesType = {
|
|||
// Private core info
|
||||
serviceId?: ServiceIdString;
|
||||
pni?: PniString;
|
||||
pniSignatureVerified?: boolean;
|
||||
e164?: string;
|
||||
|
||||
// Private other fields
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue