Skip to content

Commit

Permalink
Merge pull request #53293 from Expensify/aldo_add-showChatPreviewLine
Browse files Browse the repository at this point in the history
Include showChatPreviewLine: true
  • Loading branch information
MonilBhavsar authored Nov 29, 2024
2 parents 03639a9 + 86e8916 commit eddc533
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Search/SearchRouter/SearchRouterList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ function SearchRouterList(
{
excludeLogins: CONST.EXPENSIFY_EMAILS,
includeSelfDM: true,
showChatPreviewLine: true,
shouldBoldTitleByDefault: false,
},
);

Expand Down

0 comments on commit eddc533

Please sign in to comment.