From 073a67f8b3654d66d314fb86824b5b4daad49947 Mon Sep 17 00:00:00 2001 From: Shrimadhav U K Date: Fri, 23 Feb 2024 21:05:11 +0100 Subject: [PATCH] Quick Fix Signed-off-by: eyMarv --- pyrogram/types/messages_and_media/message.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyrogram/types/messages_and_media/message.py b/pyrogram/types/messages_and_media/message.py index 99ea4701b..3ba56cb61 100644 --- a/pyrogram/types/messages_and_media/message.py +++ b/pyrogram/types/messages_and_media/message.py @@ -1208,12 +1208,12 @@ async def _parse( if replies: if parsed_message.reply_to_message_id: - is_cross_chat = getattr( - message.reply_to, "reply_to_peer_id", None - ) and getattr( - message.reply_to.reply_to_peer_id, "channel_id", None - ) - + #is_cross_chat = getattr( + # message.reply_to, "reply_to_peer_id", None + #) and getattr( + # message.reply_to.reply_to_peer_id, "channel_id", None + #) + is_cross_chat = False if is_cross_chat: key = ( utils.get_channel_id(