diff --git a/Signal/src/UserInterface/Notifications/UserNotificationsAdaptee.swift b/Signal/src/UserInterface/Notifications/UserNotificationsAdaptee.swift index 0b22c0251..764bb8552 100644 --- a/Signal/src/UserInterface/Notifications/UserNotificationsAdaptee.swift +++ b/Signal/src/UserInterface/Notifications/UserNotificationsAdaptee.swift @@ -22,8 +22,7 @@ struct AppNotifications { enum Action { case callBack, - showThread, - confirmIdentityAndCallBack + showThread } static var allCategories: Set { @@ -57,10 +56,6 @@ struct AppNotifications { return UNNotificationAction(identifier: "org.whispersystems.signal.AppNotifications.Action.showThread", title: CallStrings.showThreadButtonTitle, options: .authenticationRequired) - case .confirmIdentityAndCallBack: - return UNNotificationAction(identifier: "org.whispersystems.signal.AppNotifications.Action.confirmIdentityAndCallBack", - title: CallStrings.confirmIdentityAndCallBackButtonTitle, - options: .authenticationRequired) } } }