Telethon/telethon
Lonami Exo 41e4d0f788 Let forward_messages work with messages from different chats
Previously it would take the first chat it found and use the IDs
of all messages, even if they belonged to different chats, resulting
in unexpected messages to be forwarded.

Another solution would be to check that all the chats are the same,
but this solves the issue more nicely and makes it more powerful.
2019-04-02 10:46:37 +02:00
..
client Let forward_messages work with messages from different chats 2019-04-02 10:46:37 +02:00
crypto Actually perform all checks in 2fa 2018-12-24 14:16:50 +01:00
errors Show the request that caused RPC errors in their messages 2018-10-15 18:35:51 +02:00
events Document misleading message.out value for events.MessageEdited 2019-04-02 08:39:19 +02:00
extensions Fix handling message payloads that are too large 2019-03-06 18:08:51 +01:00
network Don't clear pending_ack on disconnect 2019-03-28 12:16:15 +01:00
sessions Create a new in-memory cache for entities (#1141) 2019-03-26 11:27:52 +01:00
tl Load entities for new via_bot property and forward 2019-03-28 11:07:41 +01:00
__init__.py Make logger fully configurable (#1087) 2019-01-11 15:52:30 +01:00
default.py Create a default module to use as a sentinel value 2018-10-05 14:20:50 +02:00
entitycache.py Use the new in-memory entity cache 2019-03-26 11:39:25 +01:00
helpers.py Revert disconnect() to be async again (#1133) 2019-03-21 12:21:00 +01:00
password.py Check g when password's prime is known to be good 2018-12-25 10:59:16 +01:00
requestiter.py Fix RequestIter.__anext__ without __ainit__ (#1142) 2019-03-29 18:32:00 +01:00
sync.py Remove code to syncify async generator functions 2019-02-27 10:19:08 +01:00
utils.py Handle hachoir metadata more gracefully, bump 1.6.2 2019-03-04 08:58:32 +01:00
version.py Handle hachoir metadata more gracefully, bump 1.6.2 2019-03-04 08:58:32 +01:00