Skip to content

Commit

Permalink
update isPlainDirectMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
perunt committed Aug 17, 2023
1 parent 17a9c88 commit ca3fcc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2398,7 +2398,6 @@ function isPlainDirectMessage(report) {
!isThread(report) &&
!isChatRoom(report) &&
!isExpenseRequest(report) &&
!isIOUOwnedByCurrentUser(report) &&
!isMoneyRequestReport(report) &&
!isPolicyExpenseChat(report) &&
!isTaskReport(report) && //
Expand Down

0 comments on commit ca3fcc1

Please sign in to comment.