From 2568b3c0bee9200a0b3c0f53c39da7864d34f09c Mon Sep 17 00:00:00 2001 From: nkdengineer Date: Wed, 29 May 2024 10:41:39 +0700 Subject: [PATCH] fix: #announce room should default to 'Admins Only' for posting --- src/libs/ReportUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/ReportUtils.ts b/src/libs/ReportUtils.ts index df2b0b9d703e..91e48065b5b4 100644 --- a/src/libs/ReportUtils.ts +++ b/src/libs/ReportUtils.ts @@ -4743,7 +4743,7 @@ function buildOptimisticWorkspaceChats(policyID: string, policyName: string, exp false, policyName, undefined, - undefined, + CONST.REPORT.WRITE_CAPABILITIES.ADMINS, // #announce contains all policy members so notifying always should be opt-in only. CONST.REPORT.NOTIFICATION_PREFERENCE.DAILY,