Skip to content

Commit e3bd88c

Browse files
authored
Merge pull request #17888 from wordpress-mobile/feature/17629-enable_moderation_menu
Comment Threads: enable comment moderation menu
2 parents 37a715b + 8cedc50 commit e3bd88c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
* [**] Notifications: added a button to mark all notifications in the selected filter as read. [#17840]
88
* [**] People: you can now manage Email Followers on the People section! [#17854]
99
* [*] Stats: fix navigation between Stats tab. [#17856]
10-
* [*] Quick Start: Fixed a bug where a user logging in via a self-hosted site not connected to Jetpack would see Quick Start when selecting "No thanks" on the Quick Start prompt. [#17855]
11-
* [*] Stats: can now add insights card from navigation bar [#17867]
10+
* [*] Quick Start: Fixed a bug where a user logging in via a self-hosted site not connected to Jetpack would see Quick Start when selecting "No thanks" on the Quick Start prompt. [#17855]
11+
* [**] Threaded comments: comments can now be moderated via a drop-down menu on each comment. [#17888]
12+
* [*] Stats: Users can now add a new Insights card from the navigation bar. [#17867]
1213

1314
19.1
1415
-----

WordPress/Classes/Utility/BuildInformation/FeatureFlag.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ enum FeatureFlag: Int, CaseIterable, OverrideableFlag {
6666
case .postDetailsComments:
6767
return true
6868
case .commentThreadModerationMenu:
69-
return false
69+
return true
7070
case .mySiteDashboard:
7171
return false
7272
case .markAllNotificationsAsRead:

0 commit comments

Comments
 (0)