diff --git a/post_parser.py b/post_parser.py index 3289258..61e85d5 100644 --- a/post_parser.py +++ b/post_parser.py @@ -291,6 +291,7 @@ class PostParser: return None def _format_reply_info(self, message: Message) -> Union[str, None]: + logger.error(f"Reply info: {str(message)}") if getattr(message, "service", None) and 'PINNED_MESSAGE' in str(message.service) and (reply_to := getattr(message, "reply_to_message", None)): reply_text = reply_to.text or reply_to.caption or '' if len(reply_text) > 100: