Messages: Fix mark as read (#4918)
This commit is contained in:
parent
e1504323f1
commit
091bf3c610
@ -679,8 +679,8 @@ async function getFullChannelInfo(
|
||||
if (linkedChat) {
|
||||
onUpdate({
|
||||
'@type': 'updateChat',
|
||||
id: chat.id,
|
||||
chat,
|
||||
id: linkedChat.id,
|
||||
chat: linkedChat,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user