Skip to content

Commit 86f544c

Browse files
authored
[Jetpack Focus] Reenable Jetpack Notifications Disabling Feature Flag and Release Notes (#19761)
* Update RELEASE-NOTES.txt * Reenable usage of remote feature flags * Reenable local feature flag
1 parent 4c217bd commit 86f544c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* [***] [Jetpack-only] Adds a smooth, opt-in transition to the Jetpack app for users migrating from the WordPress app. [#19759]
55
* [***] You can now migrate your site content to the Jetpack app without a hitch. [#19759]
66
* [**] [internal] Upgrade React Native from 0.66.2 to 0.69.4 [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5193]
7+
* [*] [internal] When a user migrates to the Jetpack app and allows notifications, WordPress app notifications are disabled. [#19616, #19611, #19590]
78

89
21.3
910
-----

WordPress/Classes/Services/JetpackNotificationMigrationService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class JetpackNotificationMigrationService: JetpackNotificationMigrationSer
2222
private let jetpackNotificationMigrationDefaultsKey = "jetpackNotificationMigrationDefaultsKey"
2323

2424
private var jetpackMigrationPreventDuplicateNotifications: Bool {
25-
return FeatureFlag.jetpackMigrationPreventDuplicateNotifications.enabled
25+
return featureFlagStore.value(for: FeatureFlag.jetpackMigrationPreventDuplicateNotifications)
2626
}
2727

2828
private var notificationSettingsService: NotificationSettingsService?

0 commit comments

Comments
 (0)