2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

All read history done through Data::Histories.

This commit is contained in:
John Preston
2020-02-18 16:15:43 +04:00
parent b0e1ae3948
commit 9cccea9a87
7 changed files with 48 additions and 104 deletions

View File

@@ -36,6 +36,7 @@ public:
void readInboxTill(
not_null<History*> history,
not_null<HistoryItem*> item);
void readInboxTill(not_null<History*> history, MsgId tillId);
void sendPendingReadInbox(not_null<History*> history);
private: