Skip to content

Commit 62c8419

Browse files
authored
Merge pull request #17840 from wordpress-mobile/feature/17135-enable_flag
Notifications: enable mark all as read button
2 parents 3870317 + ea7a1b9 commit 62c8419

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
19.2
22
-----
33
* [**] Some of the screens of the app has a new, fresh and more modern visual, including the initial one: My Site. [#17812]
4-
4+
* [**] Notifications: added a button to mark all notifications in the selected filter as read. [#17840]
55

66
19.1
77
-----

WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ enum FeatureFlag: Int, CaseIterable, OverrideableFlag {
6969
case .mySiteDashboard:
7070
return false
7171
case .markAllNotificationsAsRead:
72-
return BuildConfiguration.current ~= [.localDeveloper, .a8cBranchTest, .a8cPrereleaseTesting]
72+
return true
7373
case .followConversationPostDetails:
7474
return true
7575
case .mediaPickerPermissionsNotice:

0 commit comments

Comments
 (0)