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

Use new next_rate field for global search.

This commit is contained in:
John Preston
2019-05-20 21:04:24 +02:00
parent 6b80ff4bcc
commit f5c79cb1b6
2 changed files with 18 additions and 9 deletions

View File

@@ -210,6 +210,7 @@ private:
QString _searchQuery;
UserData *_searchQueryFrom = nullptr;
int32 _searchNextRate = 0;
bool _searchFull = false;
bool _searchFullMigrated = false;
mtpRequestId _searchRequest = 0;