From da9325a93bae6f01510104a2fed3408b075c372a Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sun, 28 Jun 2020 14:30:13 -0500 Subject: [PATCH] Remove request for notifications. We will implement this later in the preferences when a user opts in to them. --- Multiplatform/macOS/AppDelegate.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Multiplatform/macOS/AppDelegate.swift b/Multiplatform/macOS/AppDelegate.swift index f642ce2e8..3d064ff87 100644 --- a/Multiplatform/macOS/AppDelegate.swift +++ b/Multiplatform/macOS/AppDelegate.swift @@ -155,7 +155,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, UNUserNotificationCenterDele refreshTimer = AccountRefreshTimer() syncTimer = ArticleStatusSyncTimer() - UNUserNotificationCenter.current().requestAuthorization(options:[.badge, .sound, .alert]) { (granted, error) in } NSApplication.shared.registerForRemoteNotifications() UNUserNotificationCenter.current().delegate = self