Telethon/telethon/sessions
Lonami Exo 9c06f29aaf Don't cache entities with min flag set, bump v1.10.2
Since layer 102, there are two access_hash. One with the min flag,
and one without it. This was causing channel invalid errors.

access_hash with min flag set can only be used to fetch files such
as profile pictures.

access_hash with min flag unset can be used under all circumstances.

Previously, the library did not distinguish between these, so it was
caching the hash that could hardly be used for anything.

With this change, only the "full" access_hash is stored, which will
work for any methods.

See also: https://core.telegram.org/api/min
2019-09-12 19:19:46 +02:00
..
__init__.py Create a StringSession 2018-08-05 16:24:34 +02:00
abstract.py Link Python keywords with Python's documentation 2019-07-06 12:11:00 +02:00
memory.py Don't cache entities with min flag set, bump v1.10.2 2019-09-12 19:19:46 +02:00
sqlite.py Don't cache entities with min flag set, bump v1.10.2 2019-09-12 19:19:46 +02:00
string.py Fix saving of StringSession 2019-05-06 08:55:24 +02:00