diff --git a/Signal/src/UserInterface/Notifications/AppNotifications.swift b/Signal/src/UserInterface/Notifications/AppNotifications.swift index 6983087df..9f957e0cf 100644 --- a/Signal/src/UserInterface/Notifications/AppNotifications.swift +++ b/Signal/src/UserInterface/Notifications/AppNotifications.swift @@ -263,7 +263,7 @@ public class NotificationPresenter: NSObject, NotificationsProtocol { let userInfo = [ AppNotificationUserInfoKey.threadId: threadId, - AppNotificationUserInfoKey.localCallId: call.localId.uuidString + AppNotificationUserInfoKey.callBackNumber: remotePhoneNumber ] DispatchQueue.main.async {