mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 06:55:58 +00:00
Suggest global search of cashtags.
This commit is contained in:
@@ -62,6 +62,7 @@ class IndexedList;
|
||||
class SearchTags;
|
||||
class SearchEmpty;
|
||||
class ChatSearchIn;
|
||||
enum class HashOrCashtag : uchar;
|
||||
|
||||
struct ChosenRow {
|
||||
Key key;
|
||||
@@ -514,7 +515,7 @@ private:
|
||||
Ui::DraggingScrollManager _draggingScroll;
|
||||
|
||||
SearchState _searchState;
|
||||
bool _searchingHashtag = false;
|
||||
HashOrCashtag _searchHashOrCashtag = {};
|
||||
History *_searchInMigrated = nullptr;
|
||||
PeerData *_searchFromShown = nullptr;
|
||||
Ui::Text::String _searchFromUserText;
|
||||
|
Reference in New Issue
Block a user