Telethon/telethon/events
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
..
__init__.py Support filtering events.Raw by update type 2018-04-28 13:37:19 +02:00
chataction.py Revisit codebase to add missing async/await 2018-06-14 17:09:20 +02:00
common.py Fix pattern= and move pattern_match to events.NewMessage 2018-06-20 20:03:44 +02:00
messagedeleted.py Set is private/group=True for messages deleted out of channels 2018-05-28 18:27:44 +02:00
messageedited.py Split events into separate files 2018-04-05 20:14:22 +02:00
messageread.py Revisit codebase to add missing async/await 2018-06-14 17:09:20 +02:00
newmessage.py Fix most private messages being outgoing since 56ddaae 2018-06-22 10:25:20 +02:00
raw.py Dispatch updates to event handlers 2018-06-13 16:20:15 +02:00
userupdate.py Revisit codebase to add missing async/await 2018-06-14 17:09:20 +02:00