From 0ac94f428c7a8597f727108d972dab3f6c797e72 Mon Sep 17 00:00:00 2001 From: Ishpaul Singh Date: Sat, 2 Mar 2024 06:49:33 +0530 Subject: [PATCH] fixes report not showing in search --- src/libs/OptionsListUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/OptionsListUtils.ts b/src/libs/OptionsListUtils.ts index 706263774b01..bdf1ba90583d 100644 --- a/src/libs/OptionsListUtils.ts +++ b/src/libs/OptionsListUtils.ts @@ -1448,8 +1448,8 @@ function getOptions( policies, doesReportHaveViolations, isInGSDMode: false, - excludeEmptyChats: false, + includeSelfDM, }); });