Fix loading forwarded media (#2934)
This commit is contained in:
parent
5659e8c1f9
commit
576f052711
@ -1639,6 +1639,8 @@ function handleMultipleLocalMessagesUpdate(
|
||||
if (u instanceof GramJs.UpdateMessageID) {
|
||||
const localMessage = localMessages[u.randomId.toString()];
|
||||
handleLocalMessageUpdate(localMessage, u);
|
||||
} else {
|
||||
handleUpdates(u);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user