2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 23:55:12 +00:00

Fix stop-auto-read when the system is idle.

This commit is contained in:
John Preston
2020-02-19 20:54:19 +04:00
parent 5b7f7ed70e
commit b5dcd84513
4 changed files with 11 additions and 4 deletions

View File

@@ -126,6 +126,7 @@ void Histories::readInboxTill(not_null<HistoryItem*> item) {
void Histories::readInboxTill(not_null<History*> history, MsgId tillId) {
readInboxTill(history, tillId, false);
}
void Histories::readInboxTill(
not_null<History*> history,
MsgId tillId,