Telethon/telethon/tl
Lonami Exo 0a3d164806 Fix handling of early edits in Conversation
The incoming messages were never updated, so of course their
edit_date wasn't either. This would cause the library to be
stuck until it timed out, because the event had already
arrived before we waited for it. As an example:

    await conv.send_message('foo')
    await sleep(1)  # bot has plenty of time to respond+edit
    await conv.get_edit()
2019-10-31 10:44:33 +01:00
..
core Lower the maximum amount of requests per container 2019-02-13 10:16:59 +01:00
custom Fix handling of early edits in Conversation 2019-10-31 10:44:33 +01:00
__init__.py Subclass TLRequest for content-related objects 2018-06-12 20:14:21 +02:00
tlobject.py Fix (de)serialization of negative timestamps (#1241) 2019-08-01 18:47:38 +02:00