Skip to content

Commit

Permalink
pass write capability
Browse files Browse the repository at this point in the history
  • Loading branch information
rezkiy37 committed Jul 28, 2023
1 parent 5c6304f commit d5f231d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ReportActionItem/MoneyRequestAction.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ function MoneyRequestAction(props) {
false,
'',
undefined,
undefined,
CONST.REPORT.NOTIFICATION_PREFERENCE.ALWAYS,
props.action.reportActionID,
props.requestReportID,
Expand Down
1 change: 1 addition & 0 deletions src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2048,6 +2048,7 @@ function buildOptimisticWorkspaceChats(policyID, policyName) {
false,
policyName,
null,
undefined,

// #announce contains all policy members so notifying always should be opt-in only.
CONST.REPORT.NOTIFICATION_PREFERENCE.DAILY,
Expand Down
1 change: 1 addition & 0 deletions src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ function navigateToAndOpenChildReport(childReportID = '0', parentReportAction =
false,
'',
undefined,
undefined,
CONST.REPORT.NOTIFICATION_PREFERENCE.ALWAYS,
parentReportAction.reportActionID,
parentReportID,
Expand Down

0 comments on commit d5f231d

Please sign in to comment.