From 6cb0508fd9dcf3d9c4e85dfb84e26cbffac53752 Mon Sep 17 00:00:00 2001 From: Andrew Cope Date: Sat, 26 Feb 2022 13:53:24 -0500 Subject: [PATCH] Update feature parity --- docs/FEATURE_PARITY.md | 4 ++-- ntfy-ios/Views/SubscriptionDetail.swift | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/FEATURE_PARITY.md b/docs/FEATURE_PARITY.md index 601c8ce..b4817f8 100644 --- a/docs/FEATURE_PARITY.md +++ b/docs/FEATURE_PARITY.md @@ -2,7 +2,7 @@ This document is to keep track of the feature parity between the iOS and Android ntfy.sh apps. -**Last Updated: 2021-02-21** +**Last Updated: 2021-02-26** | Feature | iOS | Android | Notes | | --- | --- | --- | --- | @@ -12,7 +12,7 @@ This document is to keep track of the feature parity between the iOS and Android | Pause notifications | :x: | :white_check_mark: | Will likely require [Filtering](https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_usernotifications_filtering) to prevent displaying notifications while still receiving them | | Send test notification | :white_check_mark: | :white_check_mark: | Not fully implemented | | Unsubscribe from topic | :white_check_mark: | :white_check_mark: | -| Delete notifications | :warning: | :white_check_mark: | Implemented, but needs improvement | +| Delete notifications | :white_check_mark: | :white_check_mark: | | Notification priority | :warning: | :white_check_mark: | Displays an exclamation mark in notification row for high.max priority, no changes to the actual push notification (sounds, vibrations), no prioirty filtering | | Tags and emojis | :white_check_mark: | :white_check_mark: | | Click action | :x: | :white_check_mark: | Not yet implemented | diff --git a/ntfy-ios/Views/SubscriptionDetail.swift b/ntfy-ios/Views/SubscriptionDetail.swift index df81433..4567f25 100644 --- a/ntfy-ios/Views/SubscriptionDetail.swift +++ b/ntfy-ios/Views/SubscriptionDetail.swift @@ -132,7 +132,6 @@ struct SubscriptionDetail: View { }) .refreshable { viewModel.fetchNewNotifications(subscription: subscription, user: user) - // TODO: Refresh view with updated notifications list } .onAppear { viewModel.loadNotifications(subscription: subscription)