diff --git a/src/pages/commonFeed/components/FeedLayout/FeedLayout.tsx b/src/pages/commonFeed/components/FeedLayout/FeedLayout.tsx index f23cfc14c0..f488809bd2 100644 --- a/src/pages/commonFeed/components/FeedLayout/FeedLayout.tsx +++ b/src/pages/commonFeed/components/FeedLayout/FeedLayout.tsx @@ -481,6 +481,10 @@ const FeedLayout: ForwardRefRenderFunction = ( ) => { const { commonId, messageId } = options; + if (chatItem?.feedItemId === feedItemId && !messageId) { + return; + } + if (commonId && commonId !== outerCommon?.id) { history.push( getCommonPagePath(commonId, {