Skip to content

Commit

Permalink
Merge pull request Expensify#42733 from nkdengineer/fix/42417
Browse files Browse the repository at this point in the history
fix: #announce room should default to 'Admins Only' for posting
  • Loading branch information
danieldoglas authored Sep 9, 2024
2 parents 5bef7f5 + f8b3431 commit 272d105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5502,7 +5502,7 @@ function buildOptimisticWorkspaceChats(policyID: string, policyName: string, exp
false,
policyName,
undefined,
undefined,
CONST.REPORT.WRITE_CAPABILITIES.ADMINS,
CONST.REPORT.NOTIFICATION_PREFERENCE.ALWAYS,
);
const announceChatReportID = announceChatData.reportID;
Expand Down

0 comments on commit 272d105

Please sign in to comment.