Support reporting token on envelope
This commit is contained in:
parent
dc8d8e529d
commit
486cbe0471
12 changed files with 98 additions and 26 deletions
1
ts/model-types.d.ts
vendored
1
ts/model-types.d.ts
vendored
|
@ -353,6 +353,7 @@ export type ConversationAttributesType = {
|
|||
username?: string;
|
||||
shareMyPhoneNumber?: boolean;
|
||||
previousIdentityKey?: string;
|
||||
reportingToken?: string;
|
||||
|
||||
// Group-only
|
||||
groupId?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue