Update feature parity

This commit is contained in:
Andrew Cope 2022-02-26 13:53:24 -05:00
parent a478a50a81
commit 6cb0508fd9
2 changed files with 2 additions and 3 deletions

View file

@ -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 |

View file

@ -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)