From b0254fddd500cf2e8468f8ad0c992701158f21c6 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Thu, 7 Feb 2019 11:39:32 -0700 Subject: [PATCH] Fix call-back action, which requires phone number --- Signal/src/UserInterface/Notifications/AppNotifications.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {