Telethon/telethon
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
..
client Replace messages.getPeerDialogs with channels.getFullChannel (#1305) 2019-10-27 18:48:41 +01:00
crypto Update Telegram's RSA keys 2019-10-03 20:52:25 +02:00
errors Remove invalid error inits and move bad msg error 2019-05-15 13:58:19 +02:00
events Remove debugging print (#1276) 2019-09-21 17:54:45 +02:00
extensions Slightly simplify BinaryReader 2019-08-07 10:33:46 +02:00
network Document some errors, bump v1.10.7 2019-10-27 18:50:21 +01:00
sessions Don't cache entities with min flag set, bump v1.10.2 2019-09-12 19:19:46 +02:00
tl Fix handling of early edits in Conversation 2019-10-31 10:44:33 +01:00
__init__.py Re-export the main modules and types from sync 2019-05-07 10:47:25 +02:00
entitycache.py Stop relying on __doc__ in EntityCache 2019-05-02 10:20:49 +02:00
helpers.py Avoid using telethon.sync in the examples 2019-08-13 23:33:39 +02:00
hints.py Fix Python 3.5.2 type hinting (#1177) 2019-06-28 21:26:08 +02:00
password.py Remove another debug print, bump v1.10.4 2019-09-21 18:21:09 +02:00
requestiter.py Link Python keywords with Python's documentation 2019-07-06 12:11:00 +02:00
statecache.py Link Python keywords with Python's documentation 2019-07-06 12:11:00 +02:00
sync.py Avoid unnecessary await in Conversation 2019-08-13 18:11:02 +02:00
utils.py Remove @ya from valid usernames (#1306) 2019-10-28 18:12:47 +01:00
version.py Document some errors, bump v1.10.7 2019-10-27 18:50:21 +01:00