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:
@@ -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>>;
|
||||
|
||||
|
Reference in New Issue
Block a user