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:
Lonami Exo 2022-05-23 10:27:57 +02:00
parent d5bfb71e10
commit 5e46b6365c

View File

@ -625,7 +625,7 @@ class MessageBox:
self.end_get_diff(entry)
self.map[entry].pts = diff.pts
diff.other_updates.extend(tl.UpdateNewMessage(
diff.other_updates.extend(tl.UpdateNewChannelMessage(
message=m,
pts=NO_SEQ,
pts_count=NO_SEQ,