pyrofork/pyrogram/parser
Harsh ed748952b5
Filter out empty entities internally (#1041)
* Filter out empty entities internally 

I guess it's fine to handle empty entities internally to avoid ENTITY_BOUNDS_INVALID , so the client won't send the empty entities

* revert utils and apply changes to parser/html.py

* Update utils.py

* Update utils.py

* Update utils.py

* Update html.py

* Update utils.py

* Update utils.py

Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
2022-07-22 17:15:18 +02:00
..
__init__.py Update copyright year 2022-01-07 10:23:45 +01:00
html.py Filter out empty entities internally (#1041) 2022-07-22 17:15:18 +02:00
markdown.py Fix HTML and Markdown unparsing 2022-04-25 08:30:26 +02:00
parser.py Show an error message for invalid parse modes 2022-04-24 13:23:07 +02:00
utils.py Update copyright year 2022-01-07 10:23:45 +01:00