Bridge plaintext mentions of Telegram puppets into Telegram mentions

This commit is contained in:
Tulir Asokan
2018-03-08 18:39:27 +02:00
parent 150321a4d7
commit 61d9d6890a
6 changed files with 76 additions and 8 deletions
@@ -254,3 +254,7 @@ def _parse_url(html, entity_text, url):
url = "http://" + url
html.append(f"<a href='{url}'>{entity_text}</a>")
return False
def init_tg(context):
pass