Deprecate phone number discovery notification

This commit is contained in:
Fedor Indutny
2023-01-12 14:18:08 -08:00
committed by GitHub
parent 63509b8965
commit d7b09b9703
21 changed files with 196 additions and 517 deletions
-4
View File
@@ -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;
};