Messages: Fix mark as read (#4918)

This commit is contained in:
Alexander Zinchuk 2024-08-29 15:52:56 +02:00
parent e1504323f1
commit 091bf3c610

View File

@ -679,8 +679,8 @@ async function getFullChannelInfo(
if (linkedChat) {
onUpdate({
'@type': 'updateChat',
id: chat.id,
chat,
id: linkedChat.id,
chat: linkedChat,
});
}
}