Skip to content

Commit

Permalink
Merge pull request #14907 from Expensify/vit-pinAdminChannels
Browse files Browse the repository at this point in the history
Automatically pin the newly created #admins chat
  • Loading branch information
mountiny authored Feb 23, 2023
2 parents 4481d01 + 6ade7b7 commit 524ce78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ function buildOptimisticChatReport(
chatType,
hasOutstandingIOU: false,
isOwnPolicyExpenseChat,
isPinned: false,
isPinned: reportName === CONST.REPORT.WORKSPACE_CHAT_ROOMS.ADMINS,
lastActorEmail: '',
lastMessageHtml: '',
lastMessageText: null,
Expand Down

0 comments on commit 524ce78

Please sign in to comment.