2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Display and follow unread mentions in history.

This commit is contained in:
John Preston
2017-08-11 09:16:07 +02:00
parent 7ad21ff713
commit e209737b1a
31 changed files with 747 additions and 357 deletions

View File

@@ -210,7 +210,7 @@ private:
bool _searchFull = false;
bool _searchFullMigrated = false;
mtpRequestId _searchRequest = 0;
History::MediaOverview _searchResults;
QList<MsgId> _searchResults;
MsgId _lastSearchId = 0;
MsgId _lastSearchMigratedId = 0;
int _searchedCount = 0;