Deprecate phone number discovery notification
This commit is contained in:
parent
63509b8965
commit
d7b09b9703
21 changed files with 196 additions and 517 deletions
4
ts/model-types.d.ts
vendored
4
ts/model-types.d.ts
vendored
|
@ -176,7 +176,6 @@ export type MessageAttributesType = {
|
|||
| 'incoming'
|
||||
| 'keychange'
|
||||
| 'outgoing'
|
||||
| 'phone-number-discovery'
|
||||
| 'profile-change'
|
||||
| 'story'
|
||||
| 'timer-notification'
|
||||
|
@ -209,9 +208,6 @@ export type MessageAttributesType = {
|
|||
source?: string;
|
||||
sourceUuid?: string;
|
||||
};
|
||||
phoneNumberDiscovery?: {
|
||||
e164: string;
|
||||
};
|
||||
conversationMerge?: {
|
||||
renderInfo: ConversationRenderInfoType;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue