Support hashtags with mentions.

This commit is contained in:
John Preston
2024-10-11 09:31:03 +04:00
parent f89aeb6ad4
commit 7ee2e3d8bc
6 changed files with 42 additions and 1 deletions
@@ -580,6 +580,8 @@ void SessionNavigation::showPeerByLinkResolved(
params);
} else if (resolveType == ResolveType::Profile) {
showPeerInfo(peer, params);
} else if (resolveType == ResolveType::HashtagSearch) {
searchMessages(info.text, peer->owner().history(peer));
} else if (peer->isForum() && resolveType != ResolveType::Boost) {
const auto itemId = info.messageId;
if (!itemId) {