mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Deprecate phone number discovery notification
This commit is contained in:
Vendored
-4
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user