From 58515c54afd2541ac439aad0995dfff89178622f Mon Sep 17 00:00:00 2001 From: Abdelrahman Khattab Date: Mon, 25 Mar 2024 18:01:50 +0200 Subject: [PATCH] Enabling self-dm and threads in the Share Logs list --- src/libs/OptionsListUtils.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libs/OptionsListUtils.ts b/src/libs/OptionsListUtils.ts index 0f83b260c8f2..4f5f3d365355 100644 --- a/src/libs/OptionsListUtils.ts +++ b/src/libs/OptionsListUtils.ts @@ -1800,6 +1800,8 @@ function getShareLogOptions(reports: OnyxCollection, personalDetails: On includePersonalDetails: true, forcePolicyNamePreview: true, includeOwnedWorkspaceChats: true, + includeSelfDM: true, + includeThreads: true, }); }