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

Commit

Permalink
Stop showing actioned inbox items (#8394)
Browse files Browse the repository at this point in the history
* Stop showing actioned inbox items

- revert of #7983

* Trigger rerun of CI
  • Loading branch information
rjchow committed Mar 1, 2022
1 parent 6820ede commit ab7be49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelogs/fix-hide-actioned-notifications
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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

0 comments on commit ab7be49

Please sign in to comment.