mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-11 16:42:28 +03:00
Use the correct type in apply_channel_difference
This one should not change the behaviour, but it's done for consistency.
This commit is contained in:
parent
d5bfb71e10
commit
5e46b6365c
|
@ -625,7 +625,7 @@ class MessageBox:
|
||||||
self.end_get_diff(entry)
|
self.end_get_diff(entry)
|
||||||
|
|
||||||
self.map[entry].pts = diff.pts
|
self.map[entry].pts = diff.pts
|
||||||
diff.other_updates.extend(tl.UpdateNewMessage(
|
diff.other_updates.extend(tl.UpdateNewChannelMessage(
|
||||||
message=m,
|
message=m,
|
||||||
pts=NO_SEQ,
|
pts=NO_SEQ,
|
||||||
pts_count=NO_SEQ,
|
pts_count=NO_SEQ,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user