mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Fix typo in ChannelTooLong code path
This commit is contained in:
parent
6005585764
commit
b180b53619
|
@ -441,7 +441,7 @@ class MessageBox:
|
|||
):
|
||||
# This update means we need to call getChannelDifference to get the updates from the channel
|
||||
if isinstance(update, tl.UpdateChannelTooLong):
|
||||
self.begin_get_diff(u.channel_id)
|
||||
self.begin_get_diff(update.channel_id)
|
||||
return None
|
||||
|
||||
pts = PtsInfo.from_update(update)
|
||||
|
|
Loading…
Reference in New Issue
Block a user