Skip to content

Commit

Permalink
Merge pull request #38946 from abzokhattab/enabling-self-dm-and-threa…
Browse files Browse the repository at this point in the history
…ds-in-logs-sharing-list

Enabling self-dm and threads in the Share Logs list
  • Loading branch information
bondydaa authored Mar 25, 2024
2 parents f2e4f55 + 58515c5 commit a1122cd
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 @@ -1799,6 +1799,8 @@ function getShareLogOptions(reports: OnyxCollection<Report>, personalDetails: On
includePersonalDetails: true,
forcePolicyNamePreview: true,
includeOwnedWorkspaceChats: true,
includeSelfDM: true,
includeThreads: true,
});
}

Expand Down

0 comments on commit a1122cd

Please sign in to comment.