diff --git a/LokiPushNotificationService/NotificationServiceExtension.swift b/LokiPushNotificationService/NotificationServiceExtension.swift index af769bded..4fa3eacf6 100644 --- a/LokiPushNotificationService/NotificationServiceExtension.swift +++ b/LokiPushNotificationService/NotificationServiceExtension.swift @@ -199,7 +199,7 @@ final class NotificationServiceExtension : UNNotificationServiceExtension { func completeWithFailure(content: UNMutableNotificationContent) { content.body = "You've got a new message." content.title = "Session" - let userInfo: [String:Any] = [NotificationService.isFromRemoteKey : true] + let userInfo: [String:Any] = [NotificationServiceExtension.isFromRemoteKey : true] content.userInfo = userInfo contentHandler?(content) }