From f69da98c99b218f75941e2db412b6462ed424677 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Thu, 17 May 2018 16:49:35 +0200 Subject: [PATCH] Remove TODO --- pyrogram/client/ext/utils.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pyrogram/client/ext/utils.py b/pyrogram/client/ext/utils.py index 5722032c..dc2b1f28 100644 --- a/pyrogram/client/ext/utils.py +++ b/pyrogram/client/ext/utils.py @@ -582,26 +582,12 @@ def parse_messages( reply_markup=reply_markup ) - # TODO: lazily evaluate html and markdown? - if m.text: m.text.init(m.client, m.entities or []) if m.caption: m.caption.init(m.client, m.caption_entities or []) - # if m.text: - # args = (m.text, m.entities or []) - # - # m.text.markdown = client.markdown.unparse(*args) - # m.text.html = client.html.unparse(*args) - # - # if m.caption: - # args = (m.caption, m.caption_entities or []) - # - # m.caption.markdown = client.markdown.unparse(*args) - # m.caption.html = client.html.unparse(*args) - if message.reply_to_msg_id and replies: while True: try: