mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 13:29:47 +00:00

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.