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

Search by tag on click in Saved Messages.

This commit is contained in:
John Preston
2024-01-09 12:18:55 +04:00
parent 94a542a1d1
commit d1a0dfbb97
10 changed files with 102 additions and 20 deletions

View File

@@ -139,7 +139,10 @@ public:
}
[[nodiscard]] bool hasFilteredResults() const;
void searchInChat(Key key, PeerData *from);
void searchInChat(
Key key,
PeerData *from,
std::vector<Data::ReactionId> tags);
[[nodiscard]] auto searchTagsValue() const
-> rpl::producer<std::vector<Data::ReactionId>>;