Skip to content

Commit

Permalink
Merge pull request #41483 from bernhardoj/fix/39647-group-chat-last-m…
Browse files Browse the repository at this point in the history
…essage-sender-name

Fix group chat last message doesn't show the sender display name
  • Loading branch information
aldo-expensify authored May 6, 2024
2 parents a22fbb2 + d63b5a6 commit 54ed3a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3667,6 +3667,7 @@ function createSplitsAndOnyxData(
splitChatReport.lastReadTime = DateUtils.getDBTime();
splitChatReport.lastMessageText = splitIOUReportAction.message?.[0]?.text;
splitChatReport.lastMessageHtml = splitIOUReportAction.message?.[0]?.html;
splitChatReport.lastActorAccountID = currentUserAccountID;

let splitChatReportNotificationPreference = splitChatReport.notificationPreference;
if (splitChatReportNotificationPreference === CONST.REPORT.NOTIFICATION_PREFERENCE.HIDDEN) {
Expand Down

0 comments on commit 54ed3a6

Please sign in to comment.