pyrogram/compiler
Dan a6299f8401 Use a proper condition check when dealing with flag vectors
When reading flag vectors, non-existent vectors are being translated
to [] (empty list). When writing them, the flag condition was
strictly checking for None and an empty list [] would result in an
empty vector being serialized, which should not happen.
Related to #871.
2022-01-11 17:24:17 +01:00
..
api Use a proper condition check when dealing with flag vectors 2022-01-11 17:24:17 +01:00
docs Update copyright year 2022-01-07 10:23:45 +01:00
errors Update copyright year 2022-01-07 10:23:45 +01:00
__init__.py Update copyright year 2022-01-07 10:23:45 +01:00