Skip to content

Commit

Permalink
Enabling self-dm and threads in the Share Logs list
Browse files Browse the repository at this point in the history
  • Loading branch information
abzokhattab committed Mar 25, 2024
1 parent 578487e commit 58515c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libs/OptionsListUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1800,6 +1800,8 @@ function getShareLogOptions(reports: OnyxCollection<Report>, personalDetails: On
includePersonalDetails: true,
forcePolicyNamePreview: true,
includeOwnedWorkspaceChats: true,
includeSelfDM: true,
includeThreads: true,
});
}

Expand Down

0 comments on commit 58515c5

Please sign in to comment.