Skip to content

Commit

Permalink
Merge pull request #45533 from Expensify/group-chat-fix
Browse files Browse the repository at this point in the history
Pass -1 as default parent reportID for group chats

(cherry picked from commit 11c200d)
  • Loading branch information
thienlnam authored and OSBotify committed Jul 16, 2024
1 parent 7749000 commit a9cbaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4675,7 +4675,7 @@ function buildOptimisticGroupChatReport(
undefined,
undefined,
notificationPreference,
undefined,
'-1',
undefined,
undefined,
avatarUri,
Expand Down

0 comments on commit a9cbaf4

Please sign in to comment.