Telethon/telethon/tl
Lonami Exo dde196d8e4 Swallow errors when processing entities
Some bug was causing an infinite lock due to the entity
database failing with InputPeerSelf, since adding a full
entity to the database wasn't disallowing self, and so
wasn't utils get_peer_id. Although last commit fixed that,
just in case, swallow errors there.
2017-10-05 13:34:44 +02:00
..
__init__.py Rename handmade Message class to TLMessage to avoid confusion 2017-09-28 11:59:24 +02:00
entity_database.py Fix EntityDatabase failing to cache self user 2017-10-05 13:34:11 +02:00
gzip_packed.py Rename constructor/subclass_of_id to upper case, keep only static 2017-09-29 13:11:33 +02:00
message_container.py Rename constructor/subclass_of_id to upper case, keep only static 2017-09-29 13:11:33 +02:00
session.py Swallow errors when processing entities 2017-10-05 13:34:44 +02:00
tl_message.py Rename handmade Message class to TLMessage to avoid confusion 2017-09-28 11:59:24 +02:00
tlobject.py Rename constructor/subclass_of_id to upper case, keep only static 2017-09-29 13:11:33 +02:00