diff --git a/IceCubesApp/App/Tabs/NotificationTab.swift b/IceCubesApp/App/Tabs/NotificationTab.swift index ba1b47dd..d8dcd8b6 100644 --- a/IceCubesApp/App/Tabs/NotificationTab.swift +++ b/IceCubesApp/App/Tabs/NotificationTab.swift @@ -103,9 +103,6 @@ struct NotificationsTab: View { if selectedTab == .notifications || isSecondaryColumn { if let token = appAccount.currentAccount.oauthToken { userPreferences.notificationsCount[token] = 0 - Task { - let _: ServerError = try await client.post(endpoint: Notifications.clear) - } } watcher.unreadNotificationsCount = 0 }