mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
All read history done through Data::Histories.
This commit is contained in:
@@ -98,7 +98,10 @@ void Histories::readInboxTill(
|
||||
return;
|
||||
}
|
||||
}
|
||||
const auto tillId = item->id;
|
||||
readInboxTill(history, item->id);
|
||||
}
|
||||
|
||||
void Histories::readInboxTill(not_null<History*> history, MsgId tillId) {
|
||||
if (!history->readInboxTillNeedsRequest(tillId)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user