You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task can be branched from and merged into #19531 to support disabling both local and remote notifications.
Task
Disable local notifications on the WordPress app when Jetpack is installed and has notifications enabled.
#19531 implements disabling of push notifications using NotificationServiceExtension. However, this extension is only triggered by remote notifications and cannot be used to filter local notifications.
Potential solution
Use wordPressNotificationsEnabled flag created in #19531 and avoid scheduling newWordPress local notifications based on this flag.
This is only a potential solution, any solution that allows to disable local WordPress notifications from Jetpack app and avoid showing already scheduled local notifications is welcome.
The text was updated successfully, but these errors were encountered:
Part of #19531
This task can be branched from and merged into #19531 to support disabling both local and remote notifications.
Task
Disable local notifications on the WordPress app when Jetpack is installed and has notifications enabled.
#19531 implements disabling of push notifications using
NotificationServiceExtension
. However, this extension is only triggered by remote notifications and cannot be used to filter local notifications.Potential solution
Use
wordPressNotificationsEnabled
flag created in #19531 and avoid scheduling newWordPress
local notifications based on this flag.This is only a potential solution, any solution that allows to disable local
WordPress
notifications fromJetpack
app and avoid showing already scheduled local notifications is welcome.The text was updated successfully, but these errors were encountered: