Messages: Fix mark as read (#4918)
This commit is contained in:
parent
e1504323f1
commit
091bf3c610
@ -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,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user