Skip to content

Commit

Permalink
Quick Fix
Browse files Browse the repository at this point in the history
Signed-off-by: eyMarv <[email protected]>
  • Loading branch information
SpEcHiDe authored and eyMarv committed Feb 23, 2024
1 parent 9d4a478 commit 073a67f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyrogram/types/messages_and_media/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 073a67f

Please sign in to comment.