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) { if (linkedChat) {
onUpdate({ onUpdate({
'@type': 'updateChat', '@type': 'updateChat',
id: chat.id, id: linkedChat.id,
chat, chat: linkedChat,
}); });
} }
} }