From 226a1a8c21c0699a4c0ee3d0bf442cb8c750bf42 Mon Sep 17 00:00:00 2001 From: Rodrigo Lino da Costa <5201282+rlinoz@users.noreply.github.com> Date: Wed, 3 Sep 2025 14:21:30 -0300 Subject: [PATCH] Revert "Room - Whisper message after mentioning user, changes when reopening chat" --- src/pages/home/report/PureReportActionItem.tsx | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/pages/home/report/PureReportActionItem.tsx b/src/pages/home/report/PureReportActionItem.tsx index c954442a79f6..275b2990a070 100644 --- a/src/pages/home/report/PureReportActionItem.tsx +++ b/src/pages/home/report/PureReportActionItem.tsx @@ -58,7 +58,6 @@ import {getDisplayNameOrDefault} from '@libs/PersonalDetailsUtils'; import {getCleanedTagName, getPersonalPolicy, isPolicyAdmin, isPolicyOwner} from '@libs/PolicyUtils'; import { extractLinksFromMessageHtml, - getActionableMentionWhisperMessage, getAddedApprovalRuleMessage, getAddedConnectionMessage, getChangedApproverActionMessage, @@ -1283,19 +1282,6 @@ function PureReportActionItem({ children = ; } else if (isActionOfType(action, CONST.REPORT.ACTIONS.TYPE.POLICY_CHANGE_LOG.UPDATE_MANUAL_APPROVAL_THRESHOLD)) { children = ; - } else if (isActionableMentionWhisper(action)) { - children = ( - - - {actionableItemButtons.length > 0 && ( - - )} - - ); } else if (isActionOfType(action, CONST.REPORT.ACTIONS.TYPE.TAKE_CONTROL)) { children = (