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

Fix saved tag click in separate window messages.

This commit is contained in:
John Preston
2024-01-30 13:04:46 +04:00
parent 39b80c98c7
commit 3421b656db
7 changed files with 61 additions and 33 deletions

View File

@@ -143,7 +143,7 @@ public:
Key key,
PeerData *from,
std::vector<Data::ReactionId> tags);
[[nodiscard]] auto searchTagsValue() const
[[nodiscard]] auto searchTagsChanges() const
-> rpl::producer<std::vector<Data::ReactionId>>;
void applyFilterUpdate(QString newFilter, bool force = false);