mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 23:15:59 +00:00
Update API scheme on layer 119.
This commit is contained in:
@@ -151,7 +151,7 @@ void SessionNavigation::showRepliesForMessage(
|
||||
if (const auto maxId = data.vmax_id()) {
|
||||
post->setCommentsMaxId(maxId->v);
|
||||
}
|
||||
if (const auto readTill = data.vread_max_id()) {
|
||||
if (const auto readTill = data.vread_inbox_max_id()) {
|
||||
post->setCommentsReadTill(readTill->v);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user