MTPyroger/pyrogram/client
Dan 7490f6cfa3 Update the HTML parser: make it easy for asyncio to deal with mentions
We can't await coroutines inside HTMLParser overridden methods, such as
handle_starttag, because they can't be async. This commit moves the
resolve_peer call into the parse method of the HTML class, which can be
defined async.
2019-06-25 11:47:45 +02:00
..
ext Fix workers not running concurrently anymore after using a shared Lock 2019-06-22 00:45:49 +02:00
filters Rename section from "Keyboards" to "Bots & Keyboards" 2019-06-08 15:27:53 +02:00
handlers Remove Messages type 2019-06-08 15:13:52 +02:00
methods Make plugin callback functions return the function itself when decorated 2019-06-23 01:33:46 +02:00
storage Cast Paths to string: pathlib for older pythons doesn't properly work 2019-06-20 14:15:02 +02:00
style Update the HTML parser: make it easy for asyncio to deal with mentions 2019-06-25 11:47:45 +02:00
types Update message.py 2019-06-25 10:25:21 +02:00
__init__.py Remove ChatAction module too 2019-05-09 05:08:37 +02:00
client.py Make plugin callback functions return the function itself when decorated 2019-06-23 01:33:46 +02:00