Telethon/telethon
Lonami Exo 1a1d9d346c Fix most private messages being outgoing since 56ddaae
56ddaae checked to_id and from_id to compare if they were equal,
and if they were, mark the event as outgoing for convenience in
your private chat (saved messages).

However when reconstructing the Message from UpdateShortMessage
to_id didn't mimic 100% Telegram's behaviour (the chat to which
the message is sent is "different" depending on who sent the
messages). This bug is what actually caused most messages to
be outgoing, even though 56ddaae's logic is correct.
2018-06-22 10:25:20 +02:00
..
client Support .name attr in utils.is_type/client.upload_file 2018-06-21 16:31:03 +02:00
crypto Remove underscore from module names 2018-06-18 21:02:42 +02:00
errors Remove underscore from module names 2018-06-18 21:02:42 +02:00
events Fix most private messages being outgoing since 56ddaae 2018-06-22 10:25:20 +02:00
extensions Fix socket may be None when closing twice 2018-06-20 17:59:11 +02:00
network Fix cancelling a None handle on first connection+error 2018-06-21 09:48:11 +02:00
sessions Remove unused fields from the Sessions 2018-06-14 17:04:15 +02:00
tl Fix awaits on input_chat property 2018-06-22 10:05:29 +02:00
__init__.py Merge pull request #843 from LonamiWebs/core-rewrite 2018-06-14 16:25:28 +02:00
helpers.py Create a self-contained MTProtoState 2018-06-09 11:34:01 +02:00
updatestate.py Remove underscore from module names 2018-06-18 21:02:42 +02:00
utils.py Support .name attr in utils.is_type/client.upload_file 2018-06-21 16:31:03 +02:00
version.py Update to v0.19.1 2018-06-03 14:20:50 +02:00