Skip to content

Commit

Permalink
Added subType to notifications filters.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eng3lFT committed Oct 4, 2022
1 parent 23cc9e6 commit 5bbb1ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ private Map<String, Policy> notificationsFiltersMap() {
notificationsJsonFilters.put("$.links[*].*", null);
notificationsJsonFilters.put("$.notifications[*].id", null);
notificationsJsonFilters.put("$.notifications[*].type", null);
notificationsJsonFilters.put("$.notifications[*].subType", null);
notificationsJsonFilters.put("$.notifications[*].apiUrl", null);
// restricted (policy required)
notificationsJsonFilters.put("$.notifications[*].lastModified", INCLUDE_LAST_MODIFIED_DATE);
Expand Down

0 comments on commit 5bbb1ba

Please sign in to comment.