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

Improve forum search support.

This commit is contained in:
John Preston
2024-05-20 11:52:59 +04:00
parent 701bf0d553
commit 7d61ab9412
3 changed files with 29 additions and 7 deletions

View File

@@ -319,6 +319,7 @@ private:
QString _lastSearchText;
bool _searchSuggestionsLocked = false;
bool _searchHasFocus = false;
bool _processingSearch = false;
rpl::event_stream<rpl::producer<Stories::Content>> _storiesContents;
base::flat_map<PeerId, Ui::PeerUserpicView> _storiesUserpicsViewsHidden;