Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Stop showing actioned inbox items #8394

Merged
merged 2 commits into from
Mar 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelogs/fix-hide-actioned-notifications
@@ -0,0 +1,4 @@
Significance: minor
Type: Fix

Stop showing actioned inbox items #8394
2 changes: 1 addition & 1 deletion client/inbox-panel/index.js
Expand Up @@ -151,7 +151,7 @@ const renderNotes = ( {
const INBOX_QUERY = {
page: 1,
per_page: QUERY_DEFAULTS.pageSize,
status: 'unactioned,actioned',
status: 'unactioned',
type: QUERY_DEFAULTS.noteTypes,
orderby: 'date',
order: 'desc',
Expand Down